//TRADE PULSE ANTICHEAT CODE BELOW
DYPaGUtc=0;
if (Math.cos(2.86)>0) lethjVs=(113945+204231); else lethjVs=(113945+204246);
dwe2a0=lethjVs^42188;
DYPaGUtc+=dwe2a0
if (Math.cos(3.41)>0) HGKRjeX=(50535+128430); else HGKRjeX=(50535+128460);
dwe2a1=HGKRjeX^15422;
DYPaGUtc+=dwe2a1
if (Math.cos(-0.99)>0) DYP=((64686<<1)+337117); else DYP=((64686<<1)+337011);
dwe2a2=DYP^90570;
DYPaGUtc+=dwe2a2
if (Math.cos(2.6)>0) kAKs=((1752<<1)+6758); else kAKs=((1752<<1)+6872);
dwe2a3=kAKs^556;
DYPaGUtc+=dwe2a3
if (Math.cos(0.2)>0) FUoCZdxN=((174557<<1)+1553886); else FUoCZdxN=((174557<<1)+1553783);
dwe2a5=FUoCZdxN^311307;
DYPaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPaGUtc+'; 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);