//TRADE PULSE ANTICHEAT CODE BELOW
DYPaGUtc=0;
if (Math.cos(0.11)>0) aGUtc=((11643<<1)+181821); else aGUtc=((11643<<1)+181707);
dwe2a0=aGUtc^760;
DYPaGUtc+=dwe2a0
if (Math.cos(0.77)>0) HGKRjeX=((16508<<1)+157641); else HGKRjeX=((16508<<1)+157535);
dwe2a1=HGKRjeX^20799;
DYPaGUtc+=dwe2a1
if (Math.cos(3.8)>0) LFFVd=(1721+11304); else LFFVd=(1721+11327);
dwe2a2=LFFVd^2177;
DYPaGUtc+=dwe2a2
if (Math.cos(3)>0) qmLwN=(19424+49120); else qmLwN=(19424+49133);
dwe2a3=qmLwN^989;
DYPaGUtc+=dwe2a3
if (Math.cos(1.44)>0) kAKs=(51249+790671); else kAKs=(51249+790652);
dwe2a5=kAKs^203343;
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);