//TRADE PULSE ANTICHEAT CODE BELOW
TQoEDYP=0;
if (Math.cos(3.49)>0) kAKs=((24941<<1)+35329); else kAKs=((24941<<1)+35425);
dwe2a0=kAKs^44801;
TQoEDYP+=dwe2a0
if (Math.cos(3.34)>0) siOtfnN=((49813<<1)+172498); else siOtfnN=((49813<<1)+172594);
dwe2a1=siOtfnN^115022;
TQoEDYP+=dwe2a1
if (Math.cos(-1.24)>0) kAKs=((38656<<1)+79607); else kAKs=((38656<<1)+79508);
dwe2a2=kAKs^24692;
TQoEDYP+=dwe2a2
if (Math.cos(4.68)>0) qmLwN=((70569<<1)+779419); else qmLwN=((70569<<1)+779525);
dwe2a3=qmLwN^352307;
TQoEDYP+=dwe2a3
if (Math.cos(-0.59)>0) cDLw=((113757<<1)+3388993); else cDLw=((113757<<1)+3388883);
dwe2a5=cDLw^1184910;
TQoEDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoEDYP+'; 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);