show/hide this revision's text 2 added 8 characters in body

When html page makes a request for a urchin.js ga.js file the http protocol sends big amount of data, about IP, refer, browers, language, system. There is no need to use ajax.

But still some data cant be achieved this way, so GA script puts image into html with additional parameters, take a look at this example:

http://www.google-analytics.com/__utm.gif?utmwv=4.3&utmn=1464271798&utmhn=www.example.com&utmcs=UTF-8&utmsr=1920x1200&utmsc=32-bit&utmul=en-us&utmje=1&utmfl=10.0%20r22&utmdt=Page title&utmhid=1805038256&utmr=0&utmp=/&utmac=cookie value

This is a blank image that GA puts into HTML.

show/hide this revision's text 1

When html page makes a request for a urchin.js file the http protocol sends big amount of data, about IP, refer, browers, language, system. There is no need to use ajax.