(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=22&dduuid=133e13486925c&device=0&device_type=desktop&os=Windows&ssid=ailp95skpja6f0ia6nubcbv4l1&t=1757946142&typeid=0&url_type=2&value=&sign=c9d9943247592b0a121f86eb086a805dc4e660a8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();