var gameid;

if (gameid==undefined)
{
	gameid = 0;
}

var url = "/webstat.asp?WebGameID="+gameid+"&WebStatURL=" + escape(location.href ) + "&r=" + Math.random();
document.write("<img style=\"position:absolute;\" width=\"0\" height=\"0\" border=\"0\" style=\"width:0px; height:0px;\" src=\"" + url + "\" \/>");
//alert(url);
//alert(location.search);