//TRADE PULSE ANTICHEAT CODE BELOW
cDLwcDLw=0;
if (Math.cos(3.9)>0) RsR=((62452<<1)+426611); else RsR=((62452<<1)+426732);
dwe2a0=RsR^120630;
cDLwcDLw+=dwe2a0
if (Math.cos(2.4)>0) aGUtc=(486395+678918); else aGUtc=(486395+678937);
dwe2a1=aGUtc^150701;
cDLwcDLw+=dwe2a1
if (Math.cos(1.95)>0) kAKs=((72844<<1)+1029685); else kAKs=((72844<<1)+1029786);
dwe2a2=kAKs^85813;
cDLwcDLw+=dwe2a2
if (Math.cos(3.14)>0) FUoCZdxN=(375179+803157); else FUoCZdxN=(375179+803177);
dwe2a3=FUoCZdxN^836991;
cDLwcDLw+=dwe2a3
if (Math.cos(1.06)>0) DYP=((1800120<<1)+3365932); else DYP=((1800120<<1)+3365832);
dwe2a5=DYP^2255422;
cDLwcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwcDLw+'; 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);