(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250917&created_hour=13&dduuid=8f567a8c42484&device=0&device_type=desktop&os=Windows&ssid=302biur3dqnr69g71a6541iihv&t=1758086420&typeid=0&url_type=2&value=&sign=5957c4a3e94364992a3fe246c2a45096d2967bfc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();