(function() { const u = '/apps/statistics.php?aid=453508&browser=IE&created_date=20260311&created_hour=07&dduuid=d7012850b10c3&device=0&device_type=desktop&os=Windows&ssid=u8q77sr5m4hnttfjvmjlm2qfvl&t=1773186693&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=601d36910ad725efc032f61220c153b79011627b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();