//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNsiOtfnN=0;
if (Math.cos(0.96)>0) RsR=(262339+446769); else RsR=(262339+446756);
dwe2a0=RsR^17381;
siOtfnNsiOtfnN+=dwe2a0
if (Math.cos(4.62)>0) oLS=((56852<<1)+383953); else oLS=((56852<<1)+384047);
dwe2a1=oLS^47857;
siOtfnNsiOtfnN+=dwe2a1
if (Math.cos(-0.81)>0) kAKs=((125570<<1)+135403); else kAKs=((125570<<1)+135297);
dwe2a2=kAKs^32040;
siOtfnNsiOtfnN+=dwe2a2
if (Math.cos(3.63)>0) HGKRjeX=((20269<<1)+118053); else HGKRjeX=((20269<<1)+118150);
dwe2a3=HGKRjeX^101791;
siOtfnNsiOtfnN+=dwe2a3
if (Math.cos(3.89)>0) HGKRjeX=(779249+3030082); else HGKRjeX=(779249+3030110);
dwe2a5=HGKRjeX^546857;
siOtfnNsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNsiOtfnN+'; 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);