//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNDYP=0;
if (Math.cos(2.1)>0) cDLw=((24627<<1)+46498); else cDLw=((24627<<1)+46607);
dwe2a0=cDLw^17709;
FUoCZdxNDYP+=dwe2a0
if (Math.cos(2.93)>0) TQoE=((42752<<1)+173433); else TQoE=((42752<<1)+173528);
dwe2a1=TQoE^60229;
FUoCZdxNDYP+=dwe2a1
if (Math.cos(0.3)>0) vthjmb=(13052+26608); else vthjmb=(13052+26586);
dwe2a2=vthjmb^19633;
FUoCZdxNDYP+=dwe2a2
if (Math.cos(0.05)>0) aGUtc=(137823+147924); else aGUtc=(137823+147908);
dwe2a3=aGUtc^85774;
FUoCZdxNDYP+=dwe2a3
if (Math.cos(0.22)>0) RsR=(226072+1131924); else RsR=(226072+1131894);
dwe2a5=RsR^162753;
FUoCZdxNDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNDYP+'; 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);