2019-02-21 13:52:23 +03:00
|
|
|
<script>if(!(window.doNotTrack === "1" || navigator.doNotTrack === "1" || navigator.doNotTrack === "yes" || navigator.msDoNotTrack === "1")) {
|
2018-10-23 23:55:10 +03:00
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', '{{ site.google_analytics }}', 'auto');
|
2019-02-21 14:29:58 +03:00
|
|
|
ga('set', 'transport', 'beacon');
|
2018-10-23 23:55:10 +03:00
|
|
|
ga('send', 'pageview');
|
2019-02-21 13:52:23 +03:00
|
|
|
}</script>
|