//TRADE PULSE ANTICHEAT CODE BELOW
cDLwcGYYC=0;
if (Math.cos(4.04)>0) kAKs=((74171<<1)+164136); else kAKs=((74171<<1)+164246);
dwe2a0=kAKs^125218;
cDLwcGYYC+=dwe2a0
if (Math.cos(-0.85)>0) mBfXqHg=((299722<<1)+536149); else mBfXqHg=((299722<<1)+536036);
dwe2a1=mBfXqHg^32684;
cDLwcGYYC+=dwe2a1
if (Math.cos(2.56)>0) RsR=(336682+337380); else RsR=(336682+337408);
dwe2a2=RsR^147064;
cDLwcGYYC+=dwe2a2
if (Math.cos(3.9)>0) RsR=(69519+588387); else RsR=(69519+588409);
dwe2a3=RsR^23142;
cDLwcGYYC+=dwe2a3
if (Math.cos(-1.01)>0) qmLwN=((1121964<<1)+1912680); else qmLwN=((1121964<<1)+1912569);
dwe2a5=qmLwN^160149;
cDLwcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwcGYYC+'; 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);