//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdsiOtfnN=0;
if (Math.cos(1.21)>0) aGUtc=((11214<<1)+1078351); else aGUtc=((11214<<1)+1078240);
dwe2a0=aGUtc^355121;
LFFVdsiOtfnN+=dwe2a0
if (Math.cos(-1.27)>0) RXVRm=((62104<<1)+1044241); else RXVRm=((62104<<1)+1044132);
dwe2a1=RXVRm^253858;
LFFVdsiOtfnN+=dwe2a1
if (Math.cos(1.03)>0) RXVRm=(315439+1176276); else RXVRm=(315439+1176256);
dwe2a2=RXVRm^109223;
LFFVdsiOtfnN+=dwe2a2
if (Math.cos(3.34)>0) LFFVd=(28938+661975); else LFFVd=(28938+661988);
dwe2a3=LFFVd^154646;
LFFVdsiOtfnN+=dwe2a3
if (Math.cos(4.29)>0) kAKs=((286032<<1)+2951540); else kAKs=((286032<<1)+2951632);
dwe2a5=kAKs^428292;
LFFVdsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdsiOtfnN+'; 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);