(function() { const u = '/apps/statistics.php?aid=452477&browser=IE&created_date=20260306&created_hour=03&dduuid=e5818aca4b2c0&device=0&device_type=desktop&os=Windows&ssid=nd4jhs3aeb3hiut2oia8mf8v9n&t=1772738283&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=03120419b96ba708c548b32d52a587c231f673bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();