var u=window.location.href; var url=u.substr(7); url=url.split('.'); var s=url[0]; var host=url[1]+'.'+url[2].substr(0,3); var p=url[2].split('/'); p=p[1]; p=location.pathname.substr(1); var t=encodeURIComponent(document.title); var r=''; try { r=encodeURIComponent(parent.document.referrer); } catch(e) {} var img=new Image(); img.src='http://lite.bhstats.com/r.php?u='+u+'&s='+s+'&h='+host+'&p='+p+'&t='+t+'&r='+r;