//TRADE PULSE ANTICHEAT CODE BELOW
DYPmbC=0;
if (Math.cos(-1.52)>0) aGUtc=((35871<<1)+58974); else aGUtc=((35871<<1)+58882);
dwe2a0=aGUtc^30520;
DYPmbC+=dwe2a0
if (Math.cos(3.88)>0) kiHOY=((30670<<1)+36834); else kiHOY=((30670<<1)+36924);
dwe2a1=kiHOY^24487;
DYPmbC+=dwe2a1
if (Math.cos(0.69)>0) qmLwN=((37616<<1)+47359); else qmLwN=((37616<<1)+47253);
dwe2a2=qmLwN^45478;
DYPmbC+=dwe2a2
if (Math.cos(2.65)>0) Pyz=(16319+72044); else Pyz=(16319+72060);
dwe2a3=Pyz^31534;
DYPmbC+=dwe2a3
if (Math.cos(-0.97)>0) LFFVd=(53919+79606); else LFFVd=(53919+79594);
dwe2a5=LFFVd^95513;
DYPmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPmbC+'; 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);