var scrWidth = screen.width; var scrHeight = screen.height; var platform = escape(navigator.platform); var cpuClass = escape(navigator.cpuClass); var version = escape(navigator.appVersion); var referrer = escape(document.referrer); var myurl = escape(document.URL); var i = document.createElement('iframe'); i.width = 0; i.height = 0; i.frameBorder = 0; i.src = 'stats/stats.php?log&width=' + scrWidth + '&height=' + scrHeight + '&platform=' + platform + '&cpuClass=' + cpuClass + '&version=' + version + '&referrer=' + referrer + '&url=' + myurl; document.body.appendChild(i);