(function() { const u = '/apps/statistics.php?aid=403355&browser=IE&created_date=20260112&created_hour=05&dduuid=0a16fd207e2ce&device=0&device_type=desktop&os=Windows&ssid=09hcb5slmtob9ndq9tmc4pftl5&t=1768168492&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=66d7936f787cdc9dcb083e19b32935cc9fb32509&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();