//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcsiOtfnN=0;
if (Math.cos(4.03)>0) TQoE=(45630+95189); else TQoE=(45630+95205);
dwe2a0=TQoE^50474;
aGUtcsiOtfnN+=dwe2a0
if (Math.cos(1.29)>0) FUoCZdxN=((78070<<1)+740029); else FUoCZdxN=((78070<<1)+739933);
dwe2a1=FUoCZdxN^56784;
aGUtcsiOtfnN+=dwe2a1
if (Math.cos(3.81)>0) FUoCZdxN=(52617+333724); else FUoCZdxN=(52617+333750);
dwe2a2=FUoCZdxN^80585;
aGUtcsiOtfnN+=dwe2a2
if (Math.cos(-0.28)>0) HGKRjeX=((28963<<1)+476730); else HGKRjeX=((28963<<1)+476609);
dwe2a3=HGKRjeX^92983;
aGUtcsiOtfnN+=dwe2a3
if (Math.cos(2.19)>0) qmLwN=(732917+2378128); else qmLwN=(732917+2378149);
dwe2a5=qmLwN^1126385;
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);