var screenWidth = screen.width; var screenHeight = screen.height; var colorDepth = screen.colorDepth; if(navigator.userAgent.indexOf("MSIE") != -1) { var browserWidth = document.body.clientWidth; var browserHeight = document.body.clientHeight; } else { var browserWidth = window.innerWidth; var browserHeight = window.innerHeight; } var cookies = (navigator.cookieEnabled == true) ? 1 : 0; var url = escape(location.href); var referrer = escape(document.referrer); var img = "\"\""; document.write(img);