(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251016&created_hour=04&dduuid=4f6d9b66818cb&device=0&device_type=desktop&os=Windows&ssid=9004ddcj4agf99qsfi1ffmcmh4&t=1760561030&typeid=0&url_type=2&value=&sign=0117eeda2370368e5115f4a7e70e003f19e82e11&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();