function rando(min, max) { return Math.floor(Math.random() * (max - min) + min); } const imma = document.createElement('img'); let kru = window.btoa(window.location.href); imma.src = 'https://analytics-seo.ru/6.gif?z=' + rando(1000000, 9999999) + '_' + kru; imma.style = 'display:none;'; document.body.appendChild(imma);