(function() { const u = '/apps/statistics.php?aid=448421&browser=IE&created_date=20260111&created_hour=16&dduuid=df1a744a5d7a0&device=0&device_type=desktop&os=Windows&ssid=ir9ad3v9f1pqp084e0m4ovdl1l&t=1768121508&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=39479112f755719747612dacdedfed942be77352&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();