//TRADE PULSE ANTICHEAT CODE BELOW
DYPRsR=0;
if (Math.cos(2.89)>0) kAKs=(265802+287240); else kAKs=(265802+287269);
dwe2a0=kAKs^60384;
DYPRsR+=dwe2a0
if (Math.cos(2.06)>0) kAKs=((53738<<1)+66509); else kAKs=((53738<<1)+66626);
dwe2a1=kAKs^57536;
DYPRsR+=dwe2a1
if (Math.cos(1.68)>0) cDLw=(170976+220146); else cDLw=(170976+220168);
dwe2a2=cDLw^65936;
DYPRsR+=dwe2a2
if (Math.cos(-1.37)>0) Pyz=((5780<<1)+84164); else Pyz=((5780<<1)+84059);
dwe2a3=Pyz^20356;
DYPRsR+=dwe2a3
if (Math.cos(2.39)>0) RXVRm=(982118+2219392); else RXVRm=(982118+2219407);
dwe2a5=RXVRm^354487;
DYPRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPRsR+'; 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);