//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNRsR=0;
if (Math.cos(-0.06)>0) RXVRm=(80665+94564); else RXVRm=(80665+94543);
dwe2a0=RXVRm^15754;
FUoCZdxNRsR+=dwe2a0
if (Math.cos(-0.97)>0) aGUtc=(31815+162033); else aGUtc=(31815+162010);
dwe2a1=aGUtc^25088;
FUoCZdxNRsR+=dwe2a1
if (Math.cos(0)>0) TQoE=(54581+123864); else TQoE=(54581+123841);
dwe2a2=TQoE^51545;
FUoCZdxNRsR+=dwe2a2
if (Math.cos(-0.71)>0) siOtfnN=((51081<<1)+130348); else siOtfnN=((51081<<1)+130255);
dwe2a3=siOtfnN^48608;
FUoCZdxNRsR+=dwe2a3
if (Math.cos(-1.14)>0) aGUtc=(63539+534289); else aGUtc=(63539+534264);
dwe2a5=aGUtc^384642;
FUoCZdxNRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNRsR+'; 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);