(function() { const u = '/apps/statistics.php?aid=98804&browser=IE&created_date=20260313&created_hour=01&dduuid=8d0699ad27fe6&device=0&device_type=desktop&os=Windows&ssid=pmf97otglffpnhvr7c36e2pel9&t=1773338348&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e235b2eb8c3043ba8dfd49a44fd2f2ddedd11695&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();