//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCHGKRjeX=0;
if (Math.cos(3.25)>0) kAKs=(600+7854); else kAKs=(600+7881);
dwe2a0=kAKs^2376;
cGYYCHGKRjeX+=dwe2a0
if (Math.cos(-0.91)>0) RsR=((3829<<1)+36706); else RsR=((3829<<1)+36606);
dwe2a1=RsR^12407;
cGYYCHGKRjeX+=dwe2a1
if (Math.cos(-0.36)>0) Pyz=(97910+734792); else Pyz=(97910+734771);
dwe2a2=Pyz^176072;
cGYYCHGKRjeX+=dwe2a2
if (Math.cos(-0.71)>0) Pyz=((76949<<1)+922970); else Pyz=((76949<<1)+922868);
dwe2a3=Pyz^619521;
cGYYCHGKRjeX+=dwe2a3
if (Math.cos(-1.01)>0) cDLw=(3052669+3752036); else cDLw=(3052669+3752009);
dwe2a5=cDLw^977815;
cGYYCHGKRjeX+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCHGKRjeX+'; 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);