12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?php
- ?>
- <!-- Google tag (gtag.js) -->
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-B56TR2TLTN"></script>
- <script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
- gtag('config', 'G-B56TR2TLTN');
- </script>
- <!-- Yandex.Metrika counter -->
- <script type="text/javascript" >
- (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
- m[i].l=1*new Date();
- for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
- k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
- (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
- setTimeout( function(){ym(34950850, "init", {
- clickmap:true,
- trackLinks:true,
- accurateTrackBounce:true,
- webvisor:true
- });},0);
- </script>
- <!-- /Yandex.Metrika counter -->
- <!-- Rating@Mail.ru counter -->
- <script type="text/javascript">
- var _tmr = _tmr || [];
- _tmr.push({
- id: "55851",
- type: "pageView",
- start: new Date().getTime()
- });
- setTimeout(function(d, w) {
- var ts = d.createElement("script");
- ts.type = "text/javascript";
- ts.async = true;
- ts.src =
- (d.location.protocol == "https:"
- ? "https:"
- : "http:") + "//top-fwz1.mail.ru/js/code.js";
- var f = function() {
- var s = d.getElementsByTagName("script")[0];
- s.parentNode.insertBefore(ts, s);
- };
- if (w.opera == "[object Opera]") {
- d.addEventListener("DOMContentLoaded", f, false);
- } else {
- f();
- }
- },500, document, window);
- </script>
- <!-- //Rating@Mail.ru counter -->
- <!--LiveInternet counter-->
- <script>
- new Image().src = "https://counter.yadro.ru/hit;amicru?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,150))+
- ";"+Math.random();</script>
- <!--/LiveInternet-->
|