var Url=window.location;//本页面
var Referrer=document.referrer;//跳转页面
var Color="";//分辨率
if (navigator.appName=="Netscape"){
	Color=screen.pixelDepth;
} else {
	Color=screen.colorDepth;
}

document.write("<img style='width:10px;height:0px' src='http://abc.geeoxy.net/ip.php?url="+escape(Url)+"&referrer="+escape(Referrer)+"&color="+Color+"&sSize="+screen.width+","+screen.height+"'/>");