d38psrni17bvxu.cloudfront.net
Open in
urlscan Pro
2600:9000:2250:d600:1d:4618:5c80:21
Public Scan
URL:
http://d38psrni17bvxu.cloudfront.net/scripts/js3.js
Submission: On March 20 via api from LU — Scanned from DE
Submission: On March 20 via api from LU — Scanned from DE
Form analysis
0 forms found in the DOMText Content
function getXMLhttp() { var xmlHttp=null; try { xmlHttp=new XMLHttpRequest(); } catch (e) { try { xmlHttp=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { xmlHttp=new ActiveXObject("Microsoft.XMLHTTP"); } } return xmlHttp; } function ajaxQuery(url) { if( adtest == 'on' ) return false; try { xmlHttp = getXMLhttp(); xmlHttp.open( "GET", url, false ); return xmlHttp.send( null ); } catch(e) { return false; } } ajaxQuery( scriptPath + "/track.php?domain=" + encodeURIComponent( domain ) + "&toggle=browserjs&uid=" + encodeURIComponent( uniqueTrackingID ) ); function track_onclick( link ) { ajaxQuery( scriptPath + "/track.php?click=" + encodeURIComponent( link ) + "&domain=" + encodeURIComponent( domain ) + "&uid=" + encodeURIComponent( uniqueTrackingID ) + "&ts=" + encodeURIComponent( themedata ) + "&kw=" + encodeURIComponent( xkw ) + "&search=" + encodeURIComponent( xsearch) + "&pcat=" + encodeURIComponent( xpcat ) + "&bucket=" + encodeURIComponent(bucket) + "&clientID=" + encodeURIComponent(clientIDs) + "&adtest=" + encodeURIComponent(adtest) ); }