(function(){
   s  = encodeURIComponent(location.host);
   rf = encodeURIComponent(document.referrer);
   sw = encodeURIComponent(screen.width);
   sh = encodeURIComponent(screen.height);
   cd = encodeURIComponent(screen.colorDepth);
   ln = encodeURIComponent(navigator.language || navigator.systemLanguage || navigator.userLanguage);
   os = encodeURIComponent(navigator.platform);
   url = encodeURIComponent(location.href);
   rnd = Math.round(Math.random()*(999999-111111))+111111;
   i = document.createElement('script');
   i.type = 'text/javascript';
   i.src = 'http://internets.kz/js/counter5.php?s='+s+'&rf='+rf+'&sw='+sw+'&sh='+sh+'&c='+cd+'&os='+os+'&lang='+ln+'&u='+url+'&rnd='+rnd;
   document.getElementsByTagName('head')[0].appendChild(i);
})();
