(function() { const u = '/apps/statistics.php?aid=240795&browser=IE&created_date=20260121&created_hour=14&dduuid=22a87eae45847&device=0&device_type=desktop&os=Windows&ssid=mk461i1ffpiu5rhhmsr3tp8h2k&t=1768978331&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=64b105142191f0a40190659ca94a9d636a2b8837&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();