//TRADE PULSE ANTICHEAT CODE BELOW
DYPsiOtfnN=0;
if (Math.cos(1.93)>0) kAKs=((13335<<1)+25533); else kAKs=((13335<<1)+25629);
dwe2a0=kAKs^16183;
DYPsiOtfnN+=dwe2a0
if (Math.cos(2.17)>0) FUoCZdxN=((24196<<1)+48328); else FUoCZdxN=((24196<<1)+48419);
dwe2a1=FUoCZdxN^224;
DYPsiOtfnN+=dwe2a1
if (Math.cos(2.42)>0) vthjmb=(27088+40738); else vthjmb=(27088+40757);
dwe2a2=vthjmb^8359;
DYPsiOtfnN+=dwe2a2
if (Math.cos(0.51)>0) TQoE=((1635<<1)+16356); else TQoE=((1635<<1)+16265);
dwe2a3=TQoE^4691;
DYPsiOtfnN+=dwe2a3
if (Math.cos(1.92)>0) mbC=((9115<<1)+666650); else mbC=((9115<<1)+666771);
dwe2a5=mbC^221225;
DYPsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPsiOtfnN+'; 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);