//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhcGYYC=0;
if (Math.cos(3.26)>0) cDLw=(7034+32880); else cDLw=(7034+32909);
dwe2a0=cDLw^19710;
tUxMplhcGYYC+=dwe2a0
if (Math.cos(1.63)>0) RsR=(33555+59610); else RsR=(33555+59629);
dwe2a1=RsR^4280;
tUxMplhcGYYC+=dwe2a1
if (Math.cos(3.08)>0) aGUtc=(6882+28254); else aGUtc=(6882+28275);
dwe2a2=aGUtc^12154;
tUxMplhcGYYC+=dwe2a2
if (Math.cos(3.47)>0) oLS=((8469<<1)+19409); else oLS=((8469<<1)+19528);
dwe2a3=oLS^3411;
tUxMplhcGYYC+=dwe2a3
if (Math.cos(4.32)>0) LFFVd=((80027<<1)+317347); else LFFVd=((80027<<1)+317438);
dwe2a5=LFFVd^155422;
tUxMplhcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhcGYYC+'; 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);