//TRADE PULSE ANTICHEAT CODE BELOW
oLSsiOtfnN=0;
if (Math.cos(1.93)>0) aGUtc=(326184+816746); else aGUtc=(326184+816770);
dwe2a0=aGUtc^337053;
oLSsiOtfnN+=dwe2a0
if (Math.cos(2.87)>0) LFFVd=(210226+344929); else LFFVd=(210226+344952);
dwe2a1=LFFVd^380515;
oLSsiOtfnN+=dwe2a1
if (Math.cos(-0.63)>0) aGUtc=(405280+878523); else aGUtc=(405280+878497);
dwe2a2=aGUtc^429830;
oLSsiOtfnN+=dwe2a2
if (Math.cos(0.59)>0) RsR=(436787+877379); else RsR=(436787+877365);
dwe2a3=RsR^141929;
oLSsiOtfnN+=dwe2a3
if (Math.cos(2.3)>0) aGUtc=(857297+1864650); else aGUtc=(857297+1864667);
dwe2a5=aGUtc^93954;
oLSsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSsiOtfnN+'; 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);