//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcqmLwN=0;
if (Math.cos(4.05)>0) cDLw=(52718+71504); else cDLw=(52718+71518);
dwe2a0=cDLw^20501;
aGUtcqmLwN+=dwe2a0
if (Math.cos(2.96)>0) oLS=((101307<<1)+319594); else oLS=((101307<<1)+319705);
dwe2a1=oLS^3805;
aGUtcqmLwN+=dwe2a1
if (Math.cos(-0.18)>0) DYP=(41690+352799); else DYP=(41690+352774);
dwe2a2=DYP^117580;
aGUtcqmLwN+=dwe2a2
if (Math.cos(0.17)>0) DYP=(71893+166467); else DYP=(71893+166454);
dwe2a3=DYP^46346;
aGUtcqmLwN+=dwe2a3
if (Math.cos(1.39)>0) cDLw=(1557843+1874156); else cDLw=(1557843+1874142);
dwe2a5=cDLw^1094358;
aGUtcqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcqmLwN+'; 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);