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