/* 文字コード取得 */ var CODE; if(document.all){ // IE用 CODE = document.charset; }else{ // IE以外 CODE = document.characterSet; } /* 解析値送信 */ var ACLOG; ACLOG = '?code='+CODE; ACLOG += '&ip=38.107.179.239'; ACLOG += '&agent=CCBot/1.0 (+http://www.commoncrawl.org/bot.html)'; ACLOG += '&page='+location.href; ACLOG += '&title='+document.title; ACLOG += '&ref='+document.referrer.replace("&","%26"); ACLOG = encodeURI(ACLOG); document.open(); document.writeln(''); document.close();