try{// CS-1947 / CS-2085 - manyanalitics
try {
    var script = document.createElement('script');
    script.src = "https://dmg.digitaltarget.ru/awg/7421";
    script.async = true;
    document.head.appendChild(script);
    script.onerror = function(){};
} catch (e) {}

// Время на странице
_timer = [5, 30, 60, 120, 300]

if (window.adcm.config.timer)  _timer = window.adcm.config.timer;

_timer.forEach(function(el) {
	setTimeout(function(){window.adcm.call({elapsed_seconds:el});},el*1000);
});

if (typeof adcm === 'object') {
    /**
     * Task CS-1026 - Mvideo
     */
    (function () {
        try {
            var rotateAdcmPixels = [
                // CS-1778
                7238,
                // CS-1672
                7210, 7209, 7208,
                // CS-1802
                7243, 7244, 7245, 7246, 7247, 7248, 7249, 7250, 7251, 7252, 7253, 7254, 7255, 7256, 7257, 7258, 7259, 7260, 7261,
                // CS-1774 (выгрузка в vk)
                7229, 7230, 7231, 7232, 7233,
                // CS-1583 (выгрузка в vk)
                7091,
                // RTK-606
                7241
            ];
            var rand = Math.floor(Math.random()*rotateAdcmPixels.length);
            if (typeof rotateAdcmPixels[rand] !== 'undefined') {
                adcm.callpixel(rotateAdcmPixels[rand]);
            }
            if (window.location.protocol === "http:") {
                window.adcm.callextpixel('//lpt2tv.ru/images/adv.gif?id=' + window.adcm.encode(window.adcm.config.idSessionDomain), 'http');
            }
        } catch (e) {}
    }());
}}catch(e){console.error('JS Code error',e.message);throw e}