(function() { const u = '/apps/statistics.php?aid=398052&browser=IE&created_date=20260226&created_hour=08&dduuid=a7b8bdca5288c&device=0&device_type=desktop&os=Windows&ssid=j73ofac7f8at8m1egnc46bpa9e&t=1772065458&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4b551dbc6c8d48ab58c6559480e8b95e66bdf72e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();