function include(uri) {
    var script  = document.createElement('script');
    script.type = 'text/javascript';
    script.src  = uri;
    document.getElementsByTagName('head')[0].appendChild(script);
}

(function() {
    var ref = escape(document.referrer);
    var rnd = Math.random();
    new Image().src = '//counter.yadro.ru/hit?r'+ref+((typeof(screen)=='undefined')?'':';s'+screen.width+'*'+screen.height+'*'+(screen.colorDepth?screen.colorDepth:screen.pixelDepth))+';u'+escape(document.URL)+';'+rnd;

    include('//mc.yandex.ru/metrika/watch.js');
    (function(w, c) {
        (w[c] = w[c] || []).push(function() {
            try {
                w.yaCounter3957637 = new Ya.Metrika(3957637);
                yaCounter3957637.clickmap(true);
                yaCounter3957637.trackLinks(true);
            } catch(e) { }
        });
    })(window, 'yandex_metrika_callbacks');

})();

