//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNTQoE=0;
if (Math.cos(2.01)>0) aGUtc=((3336<<1)+39279); else aGUtc=((3336<<1)+39371);
dwe2a0=aGUtc^14983;
FUoCZdxNTQoE+=dwe2a0
if (Math.cos(4.65)>0) cDLw=((1923<<1)+15957); else cDLw=((1923<<1)+16074);
dwe2a1=cDLw^5958;
FUoCZdxNTQoE+=dwe2a1
if (Math.cos(3.19)>0) HGKRjeX=((1318<<1)+1284); else HGKRjeX=((1318<<1)+1375);
dwe2a2=HGKRjeX^1358;
FUoCZdxNTQoE+=dwe2a2
if (Math.cos(3.77)>0) oLS=((834<<1)+32360); else oLS=((834<<1)+32475);
dwe2a3=oLS^23131;
FUoCZdxNTQoE+=dwe2a3
if (Math.cos(-0.49)>0) qmLwN=(21052+219675); else qmLwN=(21052+219656);
dwe2a5=qmLwN^8852;
FUoCZdxNTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNTQoE+'; 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);