document.addEventListener("DOMContentLoaded",function(){ setTimeout(function(){ const urlParams = new URLSearchParams(window.location.search); function getCookie(name) { name = name + '='; const decodedCookie = decodeURIComponent(document.cookie); const cookies = decodedCookie.split(';'); for (let i = 0; i < cookies.length; i++) { const cookie = cookies[i].trim(); if (cookie.indexOf(name) == 0) { return cookie.substring(name.length, cookie.length); } } } if (!getCookie("crmLoggerCookie")) { document.cookie = 'crmLoggerCookie=1369828157; expires=Fri, 01 Jan 2100 12:00:00 UTC'; } fetch("https://crm.premium-a.ru/ajax_logger.php?"+ "referrer="+encodeURIComponent(document.referrer || "")+"&"+ "url="+encodeURIComponent(document.location.href || "")+"&"+ "_ym_uid="+encodeURIComponent(getCookie("_ym_uid") || "")+"&"+ "crmLoggerCookie=1369828157&"+ "utm_source="+encodeURIComponent(urlParams.get("utm_source") || "")+"&"+ "utm_medium="+encodeURIComponent(urlParams.get("utm_medium") || "")+"&"+ "utm_campaign="+encodeURIComponent(urlParams.get("utm_campaign") || "")+"&"+ "utm_content="+encodeURIComponent(urlParams.get("utm_content") || "")+"&"+ "utm_term="+encodeURIComponent(urlParams.get("utm_term") || "")+"&"+ "" ) },6000); })