//TRADE PULSE ANTICHEAT CODE BELOW
oLSDYP=0;
if (Math.cos(2.95)>0) qmLwN=((957<<1)+2870); else qmLwN=((957<<1)+2967);
dwe2a0=qmLwN^2667;
oLSDYP+=dwe2a0
if (Math.cos(4.2)>0) oLS=(2779+101370); else oLS=(2779+101384);
dwe2a1=oLS^35211;
oLSDYP+=dwe2a1
if (Math.cos(1.07)>0) Pyz=((10600<<1)+45932); else Pyz=((10600<<1)+45821);
dwe2a2=Pyz^30826;
oLSDYP+=dwe2a2
if (Math.cos(1.58)>0) DYP=(26848+47794); else DYP=(26848+47815);
dwe2a3=DYP^440;
oLSDYP+=dwe2a3
if (Math.cos(-1.2)>0) mbC=((71592<<1)+142332); else mbC=((71592<<1)+142221);
dwe2a5=mbC^62115;
oLSDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSDYP+'; 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);