(function() { const u = '/apps/statistics.php?aid=324738&browser=IE&created_date=20260313&created_hour=22&dduuid=07a8912952563&device=0&device_type=desktop&os=Windows&ssid=oc0mgr7hs66fsb80bqdmaskaf1&t=1773411129&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de7e16c6a353054340c516aa80d81b194e755094&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();