//TRADE PULSE ANTICHEAT CODE BELOW
RsRtUxMplh=0;
if (Math.cos(3.18)>0) LFFVd=((206<<1)+8453); else LFFVd=((206<<1)+8574);
dwe2a0=LFFVd^5303;
RsRtUxMplh+=dwe2a0
if (Math.cos(2.2)>0) cGYYC=((14289<<1)+75041); else cGYYC=((14289<<1)+75163);
dwe2a1=cGYYC^15180;
RsRtUxMplh+=dwe2a1
if (Math.cos(0.14)>0) DYP=(33016+53401); else DYP=(33016+53374);
dwe2a2=DYP^31401;
RsRtUxMplh+=dwe2a2
if (Math.cos(-0.88)>0) kAKs=((3368<<1)+4277); else kAKs=((3368<<1)+4173);
dwe2a3=kAKs^4724;
RsRtUxMplh+=dwe2a3
if (Math.cos(1.75)>0) mbC=((718<<1)+510051); else mbC=((718<<1)+510146);
dwe2a5=mbC^113781;
RsRtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRtUxMplh+'; 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);