O
O
Optimus2016-10-09 18:54:51
JavaScript
Optimus, 2016-10-09 18:54:51

How to collect statistics with a script?

Interested in the details of how liveinternet statistics collection works

<!--LiveInternet counter-->
<script type="text/javascript">
new Image().src = "//counter.yadro.ru/hit;hsdigital/wn/wday?r"+ escape(document.referrer)+((typeof(screen)=="undefined")?"": ";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth? screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+ ";h"+escape(document.title.substring(0,80))+ ";"+Math.random();
</script>
<!--LiveInternet counter-->

1) Очевидно скрипт определяет размер экрана, title страницы и некоторые другие параметры
2) Из JS разве можно получить доступ к рефереру и как это сделать
3) Как всю эту информацию пачкой передать на liveinternet обратно? С counter.yadro.ru пиксель подгружается который и является приёмником?
4) Для чего используется Math.random() в конце?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Aksentiev, 2016-10-09
Pyan @marrk2

2. In the code, the first variable is the referrer.
3. pixel receiver, what do you want to send and where back?
4. cache bypass

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question