解析対象のページの HTML の適当な箇所に次のタグを追加します。
追加するべき場所がわからない場合は
<BODY>
の直後に追加します。
<!-- アクセス解析 *************************************** ここから -->
<SCRIPT type="text/javascript"><!--
document.write('<A target="_blank"'
+' href="http://ootorimaru.com/log/apricot.php?user=index"'
+'><IMG src="http://ootorimaru.com/log/apricot.php'
+'?user=index&mode=count&refr='+escape(document.referrer)
+'&scrn='+screen.width+'x'+screen.height+'x'+screen.colorDepth
+'&navi='+navigator.userAgent+'" alt="apricot" style="border:0px;"><'
+'/A>');//--></SCRIPT><NOSCRIPT><A target="_blank"
href="http://ootorimaru.com/log/apricot.php?user=index"><IMG
src="http://ootorimaru.com/log/apricot.php?user=index&mode=count"
alt="apricot" style="border:0px;"></A></NOSCRIPT>
<!-- アクセス解析 *************************************** ここまで -->
さらに
<DIV style="display:none;"> 〜 </DIV>
タグで囲むと非表示にできます。