//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcsiOtfnN=0;
if (Math.cos(1.79)>0) mbC=((49669<<1)+86224); else mbC=((49669<<1)+86345);
dwe2a0=mbC^51543;
aGUtcsiOtfnN+=dwe2a0
if (Math.cos(-0.71)>0) aGUtc=((84628<<1)+569099); else aGUtc=((84628<<1)+569007);
dwe2a1=aGUtc^289640;
aGUtcsiOtfnN+=dwe2a1
if (Math.cos(-1.17)>0) aGUtc=((20126<<1)+672529); else aGUtc=((20126<<1)+672418);
dwe2a2=aGUtc^135617;
aGUtcsiOtfnN+=dwe2a2
if (Math.cos(-1.51)>0) TQoE=((2131<<1)+28677); else TQoE=((2131<<1)+28569);
dwe2a3=TQoE^11650;
aGUtcsiOtfnN+=dwe2a3
if (Math.cos(4.31)>0) tUxMplh=(1542597+2532959); else tUxMplh=(1542597+2532988);
dwe2a5=tUxMplh^558039;
aGUtcsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcsiOtfnN+'; 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);