if (uid == ""){ uid = ""; }
document.write("<A href='http://www.euo.co.jp/analyzer/' target='_blank'>");
document.write("<IMG style='border:0px; display:none;'");
document.write(" src='https://www.euo.co.jp/analyzer/in.php?");
document.write('&uid=' + uid);
document.write('&sw='  + screen.width);
document.write('&sh='  + screen.height);
document.write('&cd='  + screen.colorDepth);
document.write('&dd='  + document.domain);
document.write('&dt='  + document.title);
document.write('&du='  + document.URL);
document.write('&lp='  + location.pathname);
document.write('&dr='  + encodeURIComponent(document.referrer));
document.write("' width='1' height='1' alt='EUO Analyzer'></A>\n");
