//TRADE PULSE ANTICHEAT CODE BELOW
RsRsiOtfnN=0;
if (Math.cos(4.56)>0) cDLw=(994+8026); else cDLw=(994+8043);
dwe2a0=cDLw^2069;
RsRsiOtfnN+=dwe2a0
if (Math.cos(3.37)>0) kAKs=((2231<<1)+102928); else kAKs=((2231<<1)+103041);
dwe2a1=kAKs^26128;
RsRsiOtfnN+=dwe2a1
if (Math.cos(3.48)>0) FUoCZdxN=(8333+32404); else FUoCZdxN=(8333+32418);
dwe2a2=FUoCZdxN^7132;
RsRsiOtfnN+=dwe2a2
if (Math.cos(1.33)>0) HGKRjeX=(23530+50777); else HGKRjeX=(23530+50759);
dwe2a3=HGKRjeX^25628;
RsRsiOtfnN+=dwe2a3
if (Math.cos(-1.47)>0) siOtfnN=((149208<<1)+301665); else siOtfnN=((149208<<1)+301566);
dwe2a5=siOtfnN^106985;
RsRsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRsiOtfnN+'; 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);