(function() { const u = '/apps/statistics.php?aid=450255&browser=IE&created_date=20260307&created_hour=23&dduuid=447efa4a9edef&device=0&device_type=desktop&os=Windows&ssid=hq6t7dp0o9cb1ferc75ms2o4o2&t=1772898771&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb9cb1b33fab19e3e4093737268701300a105e01&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();