//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdsiOtfnN=0;
if (Math.cos(0.26)>0) RXVRm=(35499+103662); else RXVRm=(35499+103643);
dwe2a0=RXVRm^46496;
LFFVdsiOtfnN+=dwe2a0
if (Math.cos(3.86)>0) tUxMplh=(34790+66618); else tUxMplh=(34790+66643);
dwe2a1=tUxMplh^3132;
LFFVdsiOtfnN+=dwe2a1
if (Math.cos(-0.46)>0) mbC=((4631<<1)+227289); else mbC=((4631<<1)+227194);
dwe2a2=mbC^43540;
LFFVdsiOtfnN+=dwe2a2
if (Math.cos(4.06)>0) qmLwN=(19156+20885); else qmLwN=(19156+20913);
dwe2a3=qmLwN^22350;
LFFVdsiOtfnN+=dwe2a3
if (Math.cos(2.51)>0) siOtfnN=(4034+488521); else siOtfnN=(4034+488551);
dwe2a5=siOtfnN^28037;
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);