//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNDYP=0;
if (Math.cos(2.57)>0) LFFVd=(68193+69837); else LFFVd=(68193+69859);
dwe2a0=LFFVd^26720;
siOtfnNDYP+=dwe2a0
if (Math.cos(1.82)>0) oLS=((15599<<1)+52966); else oLS=((15599<<1)+53061);
dwe2a1=oLS^27476;
siOtfnNDYP+=dwe2a1
if (Math.cos(4.47)>0) siOtfnN=((13900<<1)+55295); else siOtfnN=((13900<<1)+55394);
dwe2a2=siOtfnN^31649;
siOtfnNDYP+=dwe2a2
if (Math.cos(3.89)>0) cDLw=(1760+7633); else cDLw=(1760+7657);
dwe2a3=cDLw^1125;
siOtfnNDYP+=dwe2a3
if (Math.cos(1.77)>0) kAKs=((544498<<1)+559054); else kAKs=((544498<<1)+559151);
dwe2a5=kAKs^127328;
siOtfnNDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNDYP+'; 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);