function icc_f_w(name, value, hours) {var expire = "";	if (hours !== null) {expire = new Date((new Date()).getTime() + hours * 3600000);expire = "; expires=" + expire.toGMTString();}document.cookie = name + "=" + escape(value) + expire;}
function icc_f_r(name) {var cookieValue = "", offset, end, search = name + "=";	if (document.cookie.length > 0) {offset = document.cookie.indexOf(search);		if (offset != -1) {offset += search.length;end = document.cookie.indexOf(";", offset);if (end == -1) {end = document.cookie.length;}cookieValue = unescape(document.cookie.substring(offset, end));}}return cookieValue;}
var icc_z_doc = top.document;
var icc_z_ref = encodeURIComponent(icc_z_doc.referrer);
var icc_z_uri = encodeURIComponent(icc_z_doc.location);
var icc_z_color = navigator.appName == "Netscape" ? screen.pixelDepth : screen.colorDepth;
var icc_z_cookie = navigator.cookieEnabled;
var icc_z_java = navigator.javaEnabled();
var icc_z_height = screen.height;
var icc_z_width = screen.width;
var icc_z_history = history.length;
var icc_z_modify = new Date(document.lastModified).getTime();
var icc_z_title = encodeURIComponent(document.title);
var icc_z_now = new Date();
var icc_z_keepday = icc_f_r('icc_z_ck_keep_date');
if(icc_z_keepday===''){icc_z_keepday=0;}
if(icc_z_now.getTime()-icc_z_keepday>86400000){icc_f_w('icc_z_ck_keep_date',new Date(icc_z_now.getFullYear(),icc_z_now.getMonth(),icc_z_now.getDate()).getTime(),24);icc_f_w("icc_z_ck_stat_pcount", 0, 12);}
var icc_z_zone = 0 - icc_z_now.getTimezoneOffset() / 60;
var icc_z_pcount = icc_f_r("icc_z_ck_stat_pcount");
var icc_z_sid=typeof(icc_sid)=='undefined'?'':encodeURIComponent(icc_sid);
var icc_z_sadd=typeof(icc_sadd)=='undefined'?'':encodeURIComponent(icc_sadd);
if (typeof (icc_z_pcount) == "undefined") {icc_z_pcount = 1;} else {icc_z_pcount++;}
icc_f_w("icc_z_ck_stat_pcount", icc_z_pcount, 12);
var icc_z_jid = icc_f_r("icc_z_ck_stat_jid");
if (typeof (icc_z_jid) == "undefined" || icc_z_jid==='') {icc_z_jid = Math.random();icc_f_w("icc_z_ck_stat_jid", icc_z_jid, 24000);}
var url = "http://stat.e-bq.com/stat/webstat";
document.open();
document.write('<img width="0" height="0" src="' + url+ '?r=' + icc_z_ref + '&c=' + icc_z_color + '&o=' + icc_z_cookie + '&j=' + icc_z_java + '&h=' + icc_z_height + '&w=' + icc_z_width + '&ht=' + icc_z_history + '&m=' + icc_z_modify + '&t=' + icc_z_title + '&z=' + icc_z_zone + '&pc=' + icc_z_pcount + '&jid=' + icc_z_jid + '&sid=' + icc_z_sid + '&sadd='+icc_z_sadd + '&uri='+icc_z_uri+'"/>');
document.close();
