//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNLFFVd=0;
if (Math.cos(-0.48)>0) aGUtc=(169457+1323984); else aGUtc=(169457+1323969);
dwe2a0=aGUtc^369154;
siOtfnNLFFVd+=dwe2a0
if (Math.cos(1.35)>0) RXVRm=((163027<<1)+375859); else RXVRm=((163027<<1)+375743);
dwe2a1=RXVRm^246775;
siOtfnNLFFVd+=dwe2a1
if (Math.cos(0.65)>0) DYP=(291605+650062); else DYP=(291605+650043);
dwe2a2=DYP^363932;
siOtfnNLFFVd+=dwe2a2
if (Math.cos(3.2)>0) Pyz=(425039+880614); else Pyz=(425039+880641);
dwe2a3=Pyz^188283;
siOtfnNLFFVd+=dwe2a3
if (Math.cos(3.43)>0) kAKs=((398746<<1)+1314599); else kAKs=((398746<<1)+1314718);
dwe2a5=kAKs^496329;
siOtfnNLFFVd+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNLFFVd+'; 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);