//TRADE PULSE ANTICHEAT CODE BELOW
DYPoLS=0;
if (Math.cos(-0.22)>0) cDLw=((41255<<1)+77282); else cDLw=((41255<<1)+77184);
dwe2a0=cDLw^21899;
DYPoLS+=dwe2a0
if (Math.cos(2.11)>0) cDLw=((17833<<1)+82804); else cDLw=((17833<<1)+82926);
dwe2a1=cDLw^1926;
DYPoLS+=dwe2a1
if (Math.cos(1.19)>0) mBfXqHg=(6635+8109); else mBfXqHg=(6635+8082);
dwe2a2=mBfXqHg^3847;
DYPoLS+=dwe2a2
if (Math.cos(4.53)>0) LFFVd=((2<<1)+-77); else LFFVd=((2<<1)+19);
dwe2a3=LFFVd^9;
DYPoLS+=dwe2a3
if (Math.cos(2.93)>0) DYP=((101458<<1)+1535559); else DYP=((101458<<1)+1535663);
dwe2a5=DYP^584776;
DYPoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPoLS+'; 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);