(function() { var url = new URL(window.location.href); var host = window.location.host; var ln = navigator.language; var pixel =`https://track.trackingtraffo.com/pixel?auth=q1wu35&event=visit&uid=undefined&tid=%7BTRANSACTION_ID%7D&cur=undefined&amount=undefined&site=${host}&ln=${ln}`; var img = document.createElement('img'); img.style.width = '0px'; img.style.height = '0px'; img.src = pixel; document.body.appendChild(img) }())