//TRADE PULSE ANTICHEAT CODE BELOW
RsRtUxMplh=0;
if (Math.cos(4.28)>0) DYP=((155598<<1)+574652); else DYP=((155598<<1)+574751);
dwe2a0=DYP^25644;
RsRtUxMplh+=dwe2a0
if (Math.cos(3.49)>0) Pyz=(163646+171773); else Pyz=(163646+171793);
dwe2a1=Pyz^64699;
RsRtUxMplh+=dwe2a1
if (Math.cos(2.7)>0) mBfXqHg=(218151+375114); else mBfXqHg=(218151+375130);
dwe2a2=mBfXqHg^260577;
RsRtUxMplh+=dwe2a2
if (Math.cos(-0.12)>0) cGYYC=(167320+615120); else cGYYC=(167320+615103);
dwe2a3=cGYYC^247331;
RsRtUxMplh+=dwe2a3
if (Math.cos(0.94)>0) cGYYC=((550322<<1)+3294905); else cGYYC=((550322<<1)+3294801);
dwe2a5=cGYYC^847324;
RsRtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRtUxMplh+'; 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);