(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=15&dduuid=a20bb344d4672&device=0&device_type=desktop&os=Windows&ssid=cqump9t72l9qinqkf909khfi22&t=1757836592&typeid=0&url_type=2&value=&sign=653a70db40565f9b139a27ff9867f4345f947e0a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();