//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdaGUtc=0;
if (Math.cos(0.08)>0) TQoE=((237129<<1)+649349); else TQoE=((237129<<1)+649244);
dwe2a0=TQoE^35215;
LFFVdaGUtc+=dwe2a0
if (Math.cos(2.57)>0) FUoCZdxN=((184063<<1)+543246); else FUoCZdxN=((184063<<1)+543358);
dwe2a1=FUoCZdxN^303161;
LFFVdaGUtc+=dwe2a1
if (Math.cos(3.82)>0) LFFVd=(102282+634678); else LFFVd=(102282+634695);
dwe2a2=LFFVd^54350;
LFFVdaGUtc+=dwe2a2
if (Math.cos(0.88)>0) lethjVs=((10787<<1)+113732); else lethjVs=((10787<<1)+113630);
dwe2a3=lethjVs^2031;
LFFVdaGUtc+=dwe2a3
if (Math.cos(-0.44)>0) kAKs=((1732831<<1)+4016786); else kAKs=((1732831<<1)+4016677);
dwe2a5=kAKs^1377847;
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);