//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcTQoE=0;
if (Math.cos(2.35)>0) cDLw=(23630+94822); else cDLw=(23630+94837);
dwe2a0=cDLw^36468;
aGUtcTQoE+=dwe2a0
if (Math.cos(-1.18)>0) RsR=((7151<<1)+34973); else RsR=((7151<<1)+34861);
dwe2a1=RsR^10533;
aGUtcTQoE+=dwe2a1
if (Math.cos(-0.85)>0) qmLwN=(16769+20135); else qmLwN=(16769+20116);
dwe2a2=qmLwN^10968;
aGUtcTQoE+=dwe2a2
if (Math.cos(-0.72)>0) FUoCZdxN=((21774<<1)+40161); else FUoCZdxN=((21774<<1)+40051);
dwe2a3=FUoCZdxN^30166;
aGUtcTQoE+=dwe2a3
if (Math.cos(3.32)>0) kAKs=((54461<<1)+138009); else kAKs=((54461<<1)+138108);
dwe2a5=kAKs^74111;
aGUtcTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcTQoE+'; 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);