//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCoLS=0;
if (Math.cos(-0.93)>0) RXVRm=((576298<<1)+732406); else RXVRm=((576298<<1)+732286);
dwe2a0=RXVRm^594359;
cGYYCoLS+=dwe2a0
if (Math.cos(4.11)>0) aGUtc=(423487+1064865); else aGUtc=(423487+1064891);
dwe2a1=aGUtc^200268;
cGYYCoLS+=dwe2a1
if (Math.cos(-0.03)>0) lethjVs=((129640<<1)+1029779); else lethjVs=((129640<<1)+1029659);
dwe2a2=lethjVs^82034;
cGYYCoLS+=dwe2a2
if (Math.cos(-0.19)>0) HGKRjeX=((140460<<1)+1085455); else HGKRjeX=((140460<<1)+1085364);
dwe2a3=HGKRjeX^118683;
cGYYCoLS+=dwe2a3
if (Math.cos(-0.8)>0) vthjmb=(1104836+1433579); else vthjmb=(1104836+1433566);
dwe2a5=vthjmb^1189726;
cGYYCoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCoLS+'; 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);