﻿var sCountUrl = "http://www.xumuj.com/SysHandlers/xa/xa.ashx";
var cReferrer = encodeURI(document.referrer) + "";
var cHeight = screen.height;
var cWidth = screen.width;
var cResolution = cWidth.toString() + "x" + cHeight.toString();
var cBitDepth = screen.colorDepth;
if (cBitDepth == null){cBitDepth = screen.pixelDepth;}
sCountUrl += "?refer=" + encodeURI(cReferrer) + "&resolution=" + cResolution + "&biteepth=" + cBitDepth;
document.write("<img src=\"" + sCountUrl + "\" style=\"border:0;display:none;\" />");