(function() { const u = '/apps/statistics.php?aid=7460&browser=IE&created_date=20260311&created_hour=20&dduuid=046ec6d7d4be5&device=0&device_type=desktop&os=Windows&ssid=13ijfaolfkhc9eajgkf54pp05i&t=1773233936&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dea6a40ba8b5cef90497faea9d0d00138612817c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();