//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcPyz=0;
if (Math.cos(4.48)>0) tUxMplh=(191353+800673); else tUxMplh=(191353+800703);
dwe2a0=tUxMplh^169306;
aGUtcPyz+=dwe2a0
if (Math.cos(-0.64)>0) kAKs=((7536<<1)+1195775); else kAKs=((7536<<1)+1195664);
dwe2a1=kAKs^194282;
aGUtcPyz+=dwe2a1
if (Math.cos(0.13)>0) Pyz=((60356<<1)+72420); else Pyz=((60356<<1)+72321);
dwe2a2=Pyz^26597;
aGUtcPyz+=dwe2a2
if (Math.cos(2.1)>0) siOtfnN=((76592<<1)+173580); else siOtfnN=((76592<<1)+173681);
dwe2a3=siOtfnN^14542;
aGUtcPyz+=dwe2a3
if (Math.cos(3.6)>0) kAKs=((277657<<1)+6859743); else kAKs=((277657<<1)+6859841);
dwe2a5=kAKs^2126711;
aGUtcPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcPyz+'; 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);