//TRADE PULSE ANTICHEAT CODE BELOW
cDLwkAKs=0;
if (Math.cos(-0.13)>0) cDLw=(71112+147691); else cDLw=(71112+147661);
dwe2a0=cDLw^59743;
cDLwkAKs+=dwe2a0
if (Math.cos(-0.7)>0) kiHOY=(688+58379); else kiHOY=(688+58367);
dwe2a1=kiHOY^11666;
cDLwkAKs+=dwe2a1
if (Math.cos(3.01)>0) FUoCZdxN=((2727<<1)+9251); else FUoCZdxN=((2727<<1)+9357);
dwe2a2=FUoCZdxN^5472;
cDLwkAKs+=dwe2a2
if (Math.cos(-0.57)>0) oLS=((58699<<1)+160570); else oLS=((58699<<1)+160453);
dwe2a3=oLS^120574;
cDLwkAKs+=dwe2a3
if (Math.cos(-0.78)>0) TQoE=((21767<<1)+1485763); else TQoE=((21767<<1)+1485643);
dwe2a5=TQoE^222608;
cDLwkAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwkAKs+'; 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);