//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCcDLw=0;
if (Math.cos(4.58)>0) qmLwN=((20020<<1)+137136); else qmLwN=((20020<<1)+137248);
dwe2a0=qmLwN^16638;
cGYYCcDLw+=dwe2a0
if (Math.cos(4.22)>0) DYP=(28300+449579); else DYP=(28300+449608);
dwe2a1=DYP^153185;
cGYYCcDLw+=dwe2a1
if (Math.cos(-1.44)>0) DYP=((183975<<1)+285193); else DYP=((183975<<1)+285078);
dwe2a2=DYP^393;
cGYYCcDLw+=dwe2a2
if (Math.cos(1.12)>0) cDLw=((113861<<1)+138758); else cDLw=((113861<<1)+138654);
dwe2a3=cDLw^211393;
cGYYCcDLw+=dwe2a3
if (Math.cos(-0.53)>0) siOtfnN=(212548+1856265); else siOtfnN=(212548+1856250);
dwe2a5=siOtfnN^35074;
cGYYCcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCcDLw+'; 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);