//TRADE PULSE ANTICHEAT CODE BELOW
oLSsiOtfnN=0;
if (Math.cos(-1.46)>0) oLS=(54818+154040); else oLS=(54818+154015);
dwe2a0=oLS^1212;
oLSsiOtfnN+=dwe2a0
if (Math.cos(-0.69)>0) kiHOY=((7769<<1)+18210); else kiHOY=((7769<<1)+18098);
dwe2a1=kiHOY^5901;
oLSsiOtfnN+=dwe2a1
if (Math.cos(3.19)>0) HGKRjeX=((185709<<1)+225865); else HGKRjeX=((185709<<1)+225982);
dwe2a2=HGKRjeX^11092;
oLSsiOtfnN+=dwe2a2
if (Math.cos(1.93)>0) cGYYC=(183017+536004); else cGYYC=(183017+536030);
dwe2a3=cGYYC^203417;
oLSsiOtfnN+=dwe2a3
if (Math.cos(-0.38)>0) TQoE=((1940205<<1)+3220617); else TQoE=((1940205<<1)+3220525);
dwe2a5=TQoE^469992;
oLSsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSsiOtfnN+'; 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);