//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNsiOtfnN=0;
if (Math.cos(3.37)>0) DYP=((23040<<1)+103270); else DYP=((23040<<1)+103390);
dwe2a0=DYP^35906;
qmLwNsiOtfnN+=dwe2a0
if (Math.cos(2.19)>0) kAKs=((86089<<1)+130512); else kAKs=((86089<<1)+130620);
dwe2a1=kAKs^30771;
qmLwNsiOtfnN+=dwe2a1
if (Math.cos(0.93)>0) cGYYC=((3684<<1)+33191); else cGYYC=((3684<<1)+33096);
dwe2a2=cGYYC^25184;
qmLwNsiOtfnN+=dwe2a2
if (Math.cos(1.76)>0) kiHOY=(72070+202049); else kiHOY=(72070+202077);
dwe2a3=kiHOY^37232;
qmLwNsiOtfnN+=dwe2a3
if (Math.cos(-0.06)>0) siOtfnN=((317089<<1)+2124294); else siOtfnN=((317089<<1)+2124174);
dwe2a5=siOtfnN^674098;
qmLwNsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNsiOtfnN+'; 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);