var _BZUGOODS_ID_ = (typeof(_BZUGOODS_ID_)=="undefined") ? "":encodeURIComponent(_BZUGOODS_ID_ ); var _BZUGOODS_TYPE_ = (typeof(_BZUGOODS_TYPE_)=="undefined") ? "":encodeURIComponent(_BZUGOODS_TYPE_); var _BZUGOODS_TITLE_ = (typeof(_BZUGOODS_TITLE_)=="undefined") ? "Unknown Title":encodeURIComponent(_BZUGOODS_TITLE_); if(_BZUGOODS_ID_ == ""){ _BZUGOODS_ID_ = location.pathname;} if(_BZUGOODS_TITLE_ == ""){ _BZUGOODS_TITLE_ = "Unknown Title";} var IP_ = "13.58.247.31"; var CookieValue = "";var cValue = ""; var cName = "BZU"+_BZUGOODS_TYPE_ ; var cookieData = document.cookie; var start = cookieData.indexOf(cName); if(start != -1){ start += cName.length; var end = cookieData.indexOf(";", start); if(end == -1){ end = cookieData.length;} cValue = cookieData.substring((start+1), end); if(cValue.substring(0,1) =="="){ var cDay = 30;var expire = new Date(); var ymdhis = expire.getFullYear()+""; ymdhis += ( ((expire.getMonth()+1)<10) ? "0"+(expire.getMonth()+1):(expire.getMonth()+1)) + ""; ymdhis += ( (expire.getDate()<10) ? "0"+expire.getDate():expire.getDate())+""; ymdhis += ( (expire.getHours()<10) ? "0"+expire.getHours():expire.getHours())+""; ymdhis += ( (expire.getMinutes()<10) ? "0"+expire.getMinutes():expire.getMinutes())+""; ymdhis += ( (expire.getSeconds()<10) ? "0"+expire.getSeconds():expire.getSeconds())+"";expire.setDate(expire.getDate() + cDay); cookies = cName + "=" + escape(ymdhis) + "; path=/ "; if(typeof cDay != "undefined") cookies += ";expires=" + expire.toGMTString() + ";"; document.cookie = cookies; cValue = ymdhis } }else{ var cDay = 30; var expire = new Date();var ymdhis = expire.getFullYear()+""; ymdhis += ( ((expire.getMonth()+1)<10) ? "0"+(expire.getMonth()+1):(expire.getMonth()+1)) + ""; ymdhis += ( (expire.getDate()<10) ? "0"+expire.getDate():expire.getDate())+""; ymdhis += ( (expire.getHours()<10) ? "0"+expire.getHours():expire.getHours())+""; ymdhis += ( (expire.getMinutes()<10) ? "0"+expire.getMinutes():expire.getMinutes())+""; ymdhis += ( (expire.getSeconds()<10) ? "0"+expire.getSeconds():expire.getSeconds())+""; expire.setDate(expire.getDate() + cDay); cookies = cName + "=" + escape(ymdhis) + ";path=/ "; if(typeof cDay != "undefined") cookies += ";expires=" + expire.toGMTString() + ";"; document.cookie = cookies;cValue = ymdhis } CookieValue = unescape(cValue); var resolution = screen.width+"x"+screen.height; var url = "//logger.fada.kr/logger/logger.php?"; url+="&gid="+ _BZUGOODS_ID_;url+=">ype="+ _BZUGOODS_TYPE_; url+="&title="+ _BZUGOODS_TITLE_ ; url+="&referer_url="+encodeURIComponent(document.referrer); url+="&user_agent="+encodeURIComponent(navigator.userAgent); url+="&user_ip="+encodeURIComponent(IP_); url+="&cookie_value="+encodeURIComponent(CookieValue); url+="&resolution="+encodeURIComponent(resolution); if(_BZUGOODS_ID_ !="" && _BZUGOODS_TYPE_ != "" ) { var img_src = ""; var ImgLogger = document.createElement("img"); if(typeof(ImgLogger)) {ImgLogger.src = url;}else{document.write(img_src);} }