//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdaGUtc=0;
if (Math.cos(1.72)>0) LFFVd=((641<<1)+8223); else LFFVd=((641<<1)+8341);
dwe2a0=LFFVd^6705;
LFFVdaGUtc+=dwe2a0
if (Math.cos(4.29)>0) kAKs=(26824+68446); else kAKs=(26824+68468);
dwe2a1=kAKs^32022;
LFFVdaGUtc+=dwe2a1
if (Math.cos(4.37)>0) HGKRjeX=((15877<<1)+84666); else HGKRjeX=((15877<<1)+84784);
dwe2a2=HGKRjeX^38084;
LFFVdaGUtc+=dwe2a2
if (Math.cos(-0.21)>0) RXVRm=((1340<<1)+24139); else RXVRm=((1340<<1)+24044);
dwe2a3=RXVRm^5406;
LFFVdaGUtc+=dwe2a3
if (Math.cos(2.91)>0) qmLwN=((18845<<1)+296712); else qmLwN=((18845<<1)+296831);
dwe2a5=qmLwN^871;
LFFVdaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdaGUtc+'; 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);