function scriptRegPixel(){function mkScript(fpSpec){var script=document.createElement('script');var screenSpec="screen="+((typeof(screen)=="undefined")?"undefined":screen.width+"*"+screen.height+"*"+(screen.colorDepth?screen.colorDepth:screen.pixelDepth));script.src='https://pi.googleadshost.net/track/reg/v1?'+screenSpec+'&'+fpSpec+'&parentUrl='+encodeURIComponent(window.location.href)+'&nonce=32Oihh8BjQ'+'&event_type=visit&pixel_id=ee8e54aa-bebd-43c6-a41b-1ac2dc026b0c';document.head.appendChild(script);};function isImportSupported(){var supported=false;try{eval("try { import('foo').catch(() => {}); } catch (e) {}");supported=true;}catch(e){}return supported;};if(isImportSupported()){var fpPromise=import('https://pi.googleadshost.net/cdn/fingerprintjs').then(FingerprintJS=>FingerprintJS.load()).then(fp=>fp.get()).then(result=>{var fp=result.visitorId;var fpSpec="fp="+((typeof(fp)=="undefined")?"undefined":fp);return fpSpec;});function timeout(prom,time){var timer;return Promise.race([prom,new Promise((_r,rej)=>timer=setTimeout(rej,time))]).finally(()=>clearTimeout(timer));};timeout(fpPromise,15000).then(fpSpec=>mkScript(fpSpec)).catch(err=>{mkScript("fp=undefined");});}else{mkScript("fp=undefined");}}scriptRegPixel();