(function() { const u = '/apps/statistics.php?aid=453494&browser=IE&created_date=20260224&created_hour=03&dduuid=e180e898b22e9&device=0&device_type=desktop&os=Windows&ssid=0s1qc99uq9asp568dpdq66dcp2&t=1771876557&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=38b751cc26895d90f4a222b8f66c9d8f729f77c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();