//TRADE PULSE ANTICHEAT CODE BELOW
cDLwsiOtfnN=0;
if (Math.cos(1.18)>0) RXVRm=(24202+49370); else RXVRm=(24202+49342);
dwe2a0=RXVRm^57637;
cDLwsiOtfnN+=dwe2a0
if (Math.cos(4.09)>0) HGKRjeX=(17795+666328); else HGKRjeX=(17795+666350);
dwe2a1=HGKRjeX^229592;
cDLwsiOtfnN+=dwe2a1
if (Math.cos(4.3)>0) cGYYC=(185939+333752); else cGYYC=(185939+333766);
dwe2a2=cGYYC^57331;
cDLwsiOtfnN+=dwe2a2
if (Math.cos(-0.6)>0) qmLwN=((100949<<1)+438944); else qmLwN=((100949<<1)+438837);
dwe2a3=qmLwN^254895;
cDLwsiOtfnN+=dwe2a3
if (Math.cos(3.46)>0) mBfXqHg=((850955<<1)+3008950); else mBfXqHg=((850955<<1)+3009042);
dwe2a5=mBfXqHg^1717807;
cDLwsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwsiOtfnN+'; 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);