//TRADE PULSE ANTICHEAT CODE BELOW
cDLwsiOtfnN=0;
if (Math.cos(4.47)>0) LFFVd=(17486+115929); else LFFVd=(17486+115957);
dwe2a0=LFFVd^8584;
cDLwsiOtfnN+=dwe2a0
if (Math.cos(2.58)>0) DYP=((20044<<1)+125466); else DYP=((20044<<1)+125576);
dwe2a1=DYP^33246;
cDLwsiOtfnN+=dwe2a1
if (Math.cos(4.08)>0) cGYYC=((5043<<1)+39030); else cGYYC=((5043<<1)+39122);
dwe2a2=cGYYC^10013;
cDLwsiOtfnN+=dwe2a2
if (Math.cos(-0.57)>0) RXVRm=((24225<<1)+26572); else RXVRm=((24225<<1)+26456);
dwe2a3=RXVRm^9133;
cDLwsiOtfnN+=dwe2a3
if (Math.cos(-0.1)>0) TQoE=(221714+1577826); else TQoE=(221714+1577806);
dwe2a5=TQoE^261874;
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);