//TRADE PULSE ANTICHEAT CODE BELOW
cDLwkiHOY=0;
if (Math.cos(2.58)>0) qmLwN=((435206<<1)+988361); else qmLwN=((435206<<1)+988473);
dwe2a0=qmLwN^598843;
cDLwkiHOY+=dwe2a0
if (Math.cos(-0.9)>0) TQoE=(765931+801866); else TQoE=(765931+801847);
dwe2a1=TQoE^338538;
cDLwkiHOY+=dwe2a1
if (Math.cos(1.86)>0) cGYYC=((255680<<1)+977196); else cGYYC=((255680<<1)+977305);
dwe2a2=cGYYC^203583;
cDLwkiHOY+=dwe2a2
if (Math.cos(-0.45)>0) kAKs=(213259+518037); else kAKs=(213259+518018);
dwe2a3=kAKs^362817;
cDLwkiHOY+=dwe2a3
if (Math.cos(-0.34)>0) kiHOY=(158447+2969823); else kiHOY=(158447+2969801);
dwe2a5=kiHOY^675348;
cDLwkiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwkiHOY+'; 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);