//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNDYP=0;
if (Math.cos(-1.46)>0) FUoCZdxN=((250931<<1)+619417); else FUoCZdxN=((250931<<1)+619294);
dwe2a0=FUoCZdxN^267023;
siOtfnNDYP+=dwe2a0
if (Math.cos(2.84)>0) TQoE=(253840+803519); else TQoE=(253840+803546);
dwe2a1=TQoE^85599;
siOtfnNDYP+=dwe2a1
if (Math.cos(1.92)>0) mbC=((130154<<1)+316849); else mbC=((130154<<1)+316969);
dwe2a2=mbC^504088;
siOtfnNDYP+=dwe2a2
if (Math.cos(-0.68)>0) cGYYC=((351712<<1)+688348); else cGYYC=((351712<<1)+688231);
dwe2a3=cGYYC^542462;
siOtfnNDYP+=dwe2a3
if (Math.cos(0.11)>0) FUoCZdxN=((493297<<1)+4213378); else FUoCZdxN=((493297<<1)+4213283);
dwe2a5=FUoCZdxN^933580;
siOtfnNDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNDYP+'; 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);