//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhRsR=0;
if (Math.cos(0.81)>0) DYP=((174945<<1)+273524); else DYP=((174945<<1)+273427);
dwe2a0=DYP^344652;
tUxMplhRsR+=dwe2a0
if (Math.cos(4.22)>0) lethjVs=((92140<<1)+1449651); else lethjVs=((92140<<1)+1449772);
dwe2a1=lethjVs^539352;
tUxMplhRsR+=dwe2a1
if (Math.cos(0.27)>0) RsR=(147518+191772); else RsR=(147518+191760);
dwe2a2=RsR^64836;
tUxMplhRsR+=dwe2a2
if (Math.cos(0.48)>0) LFFVd=((46918<<1)+1402819); else LFFVd=((46918<<1)+1402711);
dwe2a3=LFFVd^498594;
tUxMplhRsR+=dwe2a3
if (Math.cos(2.05)>0) RsR=(713967+2017709); else RsR=(713967+2017729);
dwe2a5=RsR^712645;
tUxMplhRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhRsR+'; 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);