var siteUrl,cHeight, cWidth, cBitDepth, cResolution, cReferrer;
//配置统计代码的URL地址
siteUrl="http://www.chinazwds.org/tongji/stat.asp";
//注：将上面的地址换成你的统计系统所在的URL地址
window.onerror=null;
cHeight = screen.height;
cWidth = screen.width;
cBitDepth = screen.colorDepth;
if (cBitDepth == null)
{
cBitDepth = screen.pixelDepth;
}
cResolution = cWidth + "x" + cHeight;

cReferrer = escape(document.referrer)+"";
cPage = document.location.href.replace(/^([^\:]+):\/\/([^\/]+)(.*)$/ig, "$3");
document.write ("<iframe src='"+siteUrl+"?page=" + cPage + "&res=" + cResolution + "&col=" + cBitDepth + "&ref=" + cReferrer + "' border='0' height='0' width='0'>");
