(function() { const u = '/apps/statistics.php?aid=448138&browser=IE&created_date=20260122&created_hour=00&dduuid=4183adca589bc&device=0&device_type=desktop&os=Windows&ssid=80ffbij68u5c5vtnan1je3d2am&t=1769013241&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed576f47ab1e5f214ff8d10e083b45d62f70c8cb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();