(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=17&dduuid=b243948508eff&device=0&device_type=desktop&os=Windows&ssid=64hhris19abqvahgk2l0rlq1a8&t=1758015686&typeid=0&url_type=2&value=&sign=d2cad37c499a111c210f3fd719e32db43f352f14&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();