(function() { const u = '/apps/statistics.php?aid=446758&browser=IE&created_date=20260123&created_hour=21&dduuid=4462d3dccd56f&device=0&device_type=desktop&os=Windows&ssid=o6hgu1s45pch517hjtd07ftreh&t=1769173402&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=debddd9824e1dcefd35f134c28888c4bd038d999&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();