//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdcGYYC=0;
if (Math.cos(1.14)>0) LFFVd=((7073<<1)+52539); else LFFVd=((7073<<1)+52434);
dwe2a0=LFFVd^54935;
LFFVdcGYYC+=dwe2a0
if (Math.cos(3.59)>0) kAKs=((19354<<1)+75601); else kAKs=((19354<<1)+75710);
dwe2a1=kAKs^12269;
LFFVdcGYYC+=dwe2a1
if (Math.cos(-0.81)>0) DYP=(4854+26584); else DYP=(4854+26563);
dwe2a2=DYP^3255;
LFFVdcGYYC+=dwe2a2
if (Math.cos(-1.54)>0) Pyz=((32865<<1)+45360); else Pyz=((32865<<1)+45240);
dwe2a3=Pyz^685;
LFFVdcGYYC+=dwe2a3
if (Math.cos(2.38)>0) cGYYC=(32021+324735); else cGYYC=(32021+324758);
dwe2a5=cGYYC^134935;
LFFVdcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdcGYYC+'; 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);