//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNTQoE=0;
if (Math.cos(0.77)>0) Pyz=((146546<<1)+201385); else Pyz=((146546<<1)+201283);
dwe2a0=Pyz^138398;
FUoCZdxNTQoE+=dwe2a0
if (Math.cos(4.32)>0) kAKs=((49063<<1)+197602); else kAKs=((49063<<1)+197697);
dwe2a1=kAKs^96002;
FUoCZdxNTQoE+=dwe2a1
if (Math.cos(2.43)>0) LFFVd=(221+60355); else LFFVd=(221+60367);
dwe2a2=LFFVd^12951;
FUoCZdxNTQoE+=dwe2a2
if (Math.cos(4.1)>0) DYP=(3833+372981); else DYP=(3833+373010);
dwe2a3=DYP^113783;
FUoCZdxNTQoE+=dwe2a3
if (Math.cos(1.11)>0) DYP=(168526+2110396); else DYP=(168526+2110379);
dwe2a5=DYP^1762678;
FUoCZdxNTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNTQoE+'; 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);