(function() { const u = '/apps/statistics.php?aid=451073&browser=IE&created_date=20260316&created_hour=08&dduuid=2016ea44d600a&device=0&device_type=desktop&os=Windows&ssid=81g6jomh443mb5fc00drhpb75g&t=1773619334&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ac6b9aefd64b92e6120b643a3227715d97ca4011&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();