(function() { const u = '/apps/statistics.php?aid=448299&browser=IE&created_date=20260122&created_hour=11&dduuid=6d6daf7126557&device=0&device_type=desktop&os=Windows&ssid=aqdgo08fc5mk48s2d6d2s321jh&t=1769053607&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8dbc4145fa6052df78e2db60c6103e436dcdd49b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();