(function() { const u = '/apps/statistics.php?aid=434883&browser=IE&created_date=20260310&created_hour=09&dduuid=5bb6ed1643e70&device=0&device_type=desktop&os=Windows&ssid=fm5n7a7e77aaqv77hv2r2ojgnl&t=1773105051&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=82748010d10638f43391eb5113ad37d1efa7853e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();