//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcaGUtc=0;
if (Math.cos(4.05)>0) kAKs=((122725<<1)+1236656); else kAKs=((122725<<1)+1236773);
dwe2a0=kAKs^275213;
aGUtcaGUtc+=dwe2a0
if (Math.cos(-1.54)>0) kiHOY=((426772<<1)+1190586); else kiHOY=((426772<<1)+1190484);
dwe2a1=kiHOY^649575;
aGUtcaGUtc+=dwe2a1
if (Math.cos(3.92)>0) RsR=(447429+879925); else RsR=(447429+879948);
dwe2a2=RsR^23396;
aGUtcaGUtc+=dwe2a2
if (Math.cos(1.61)>0) DYP=((155154<<1)+1531215); else DYP=((155154<<1)+1531336);
dwe2a3=DYP^654579;
aGUtcaGUtc+=dwe2a3
if (Math.cos(-0.95)>0) RsR=(731560+1379798); else RsR=(731560+1379776);
dwe2a5=RsR^605171;
aGUtcaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcaGUtc+'; 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);