When Google Analytics code gathers information about each pageview, how does it send that information back to the servers to process?
It sends it in the query string of a small file, called __utm.gif. In this way, a log file is created that contains all of the visit information for every single pageview, transaction and event. When the files are processed, Google Analytics can then string together individual events into a single visit.