(function() { const u = '/apps/statistics.php?aid=445751&browser=IE&created_date=20260122&created_hour=04&dduuid=52734c10990e0&device=0&device_type=desktop&os=Windows&ssid=30td54a849v22ea121n7g0cb39&t=1769028283&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89498d440579b8650e2f328241d7ffe5f40a7ebf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();