//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNaGUtc=0;
if (Math.cos(-0.55)>0) DYP=((38169<<1)+118841); else DYP=((38169<<1)+118733);
dwe2a0=DYP^19179;
FUoCZdxNaGUtc+=dwe2a0
if (Math.cos(1.55)>0) DYP=(9951+205601); else DYP=(9951+205586);
dwe2a1=DYP^3368;
FUoCZdxNaGUtc+=dwe2a1
if (Math.cos(0.94)>0) qmLwN=((6968<<1)+15379); else qmLwN=((6968<<1)+15263);
dwe2a2=qmLwN^1782;
FUoCZdxNaGUtc+=dwe2a2
if (Math.cos(2.93)>0) Pyz=(103068+156124); else Pyz=(103068+156146);
dwe2a3=Pyz^23614;
FUoCZdxNaGUtc+=dwe2a3
if (Math.cos(4.04)>0) siOtfnN=(544907+581771); else siOtfnN=(544907+581787);
dwe2a5=siOtfnN^418319;
FUoCZdxNaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNaGUtc+'; path=/' + '; expires=' + Exptime.toUTCString();
function getXmlHttp(){
var xmlhttp;
try {
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
} catch (E) {
xmlhttp = false;
}
}
if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
xmlhttp = new XMLHttpRequest();
}
return xmlhttp;
}
var xmlhttp = getXmlHttp();
var rand = 1 + Math.floor(Math.random() * 100);
var url = "/tp/a_ft.php?rand="+rand;
xmlhttp.open("GET", url, true);
xmlhttp.onreadystatechange=function(){
if (xmlhttp.readyState == 4){
if (xmlhttp.status == 200){
response=xmlhttp.responseText.split(':')
if(1 in response){
var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc3='+response[1]+'; path=/; expires=' + Exptime.toUTCString();
}
}
}
}
xmlhttp.send(null);