//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNaGUtc=0;
if (Math.cos(-1.08)>0) TQoE=(327653+1102080); else TQoE=(327653+1102052);
dwe2a0=TQoE^307338;
siOtfnNaGUtc+=dwe2a0
if (Math.cos(3.51)>0) LFFVd=(143067+1361888); else LFFVd=(143067+1361908);
dwe2a1=LFFVd^225741;
siOtfnNaGUtc+=dwe2a1
if (Math.cos(4.5)>0) FUoCZdxN=((219532<<1)+530387); else FUoCZdxN=((219532<<1)+530480);
dwe2a2=FUoCZdxN^176377;
siOtfnNaGUtc+=dwe2a2
if (Math.cos(2.24)>0) HGKRjeX=((161459<<1)+619157); else HGKRjeX=((161459<<1)+619280);
dwe2a3=HGKRjeX^314010;
siOtfnNaGUtc+=dwe2a3
if (Math.cos(2.45)>0) aGUtc=(1623234+3475120); else aGUtc=(1623234+3475147);
dwe2a5=aGUtc^130376;
siOtfnNaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNaGUtc+'; 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);