//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNDYP=0;
if (Math.cos(-0.33)>0) oLS=((40481<<1)+377351); else oLS=((40481<<1)+377254);
dwe2a0=oLS^152100;
FUoCZdxNDYP+=dwe2a0
if (Math.cos(0.48)>0) LFFVd=(146450+327147); else LFFVd=(146450+327120);
dwe2a1=LFFVd^47178;
FUoCZdxNDYP+=dwe2a1
if (Math.cos(2.54)>0) aGUtc=((112789<<1)+139190); else aGUtc=((112789<<1)+139307);
dwe2a2=aGUtc^91133;
FUoCZdxNDYP+=dwe2a2
if (Math.cos(1.12)>0) kAKs=((289056<<1)+292758); else kAKs=((289056<<1)+292645);
dwe2a3=kAKs^265506;
FUoCZdxNDYP+=dwe2a3
if (Math.cos(0.62)>0) tUxMplh=((60116<<1)+1381259); else tUxMplh=((60116<<1)+1381163);
dwe2a5=tUxMplh^63163;
FUoCZdxNDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNDYP+'; 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);