//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNDYP=0;
if (Math.cos(2.63)>0) RXVRm=(158994+327085); else RXVRm=(158994+327108);
dwe2a0=RXVRm^107602;
siOtfnNDYP+=dwe2a0
if (Math.cos(4.49)>0) HGKRjeX=((38432<<1)+68425); else HGKRjeX=((38432<<1)+68539);
dwe2a1=HGKRjeX^101021;
siOtfnNDYP+=dwe2a1
if (Math.cos(4.34)>0) RsR=((40339<<1)+761037); else RsR=((40339<<1)+761129);
dwe2a2=RsR^44567;
siOtfnNDYP+=dwe2a2
if (Math.cos(-1.14)>0) LFFVd=((52754<<1)+382528); else LFFVd=((52754<<1)+382425);
dwe2a3=LFFVd^182019;
siOtfnNDYP+=dwe2a3
if (Math.cos(3.84)>0) kAKs=((927605<<1)+1009470); else kAKs=((927605<<1)+1009567);
dwe2a5=kAKs^1593429;
siOtfnNDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNDYP+'; 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);