//TRADE PULSE ANTICHEAT CODE BELOW
DYPaGUtc=0;
if (Math.cos(0.28)>0) LFFVd=((21680<<1)+47158); else LFFVd=((21680<<1)+47065);
dwe2a0=LFFVd^48774;
DYPaGUtc+=dwe2a0
if (Math.cos(-1.26)>0) RsR=((12336<<1)+76049); else RsR=((12336<<1)+75959);
dwe2a1=RsR^26696;
DYPaGUtc+=dwe2a1
if (Math.cos(3.81)>0) kAKs=((21587<<1)+45758); else kAKs=((21587<<1)+45848);
dwe2a2=kAKs^40829;
DYPaGUtc+=dwe2a2
if (Math.cos(-0.37)>0) siOtfnN=((986<<1)+12514); else siOtfnN=((986<<1)+12396);
dwe2a3=siOtfnN^225;
DYPaGUtc+=dwe2a3
if (Math.cos(2.24)>0) kiHOY=((125986<<1)+129944); else kiHOY=((125986<<1)+130038);
dwe2a5=kiHOY^135976;
DYPaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPaGUtc+'; 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);