(function() { const u = '/apps/statistics.php?aid=444544&browser=IE&created_date=20260313&created_hour=05&dduuid=e53cfe75fd23c&device=0&device_type=desktop&os=Windows&ssid=2ghqp7frkuqkqpujotelctb4qa&t=1773352500&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70993d0b60b65d6e86a8f9f7782c0e7cacb820e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();