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