(function() { const u = '/apps/statistics.php?aid=450195&browser=IE&created_date=20260225&created_hour=18&dduuid=da20f702bd609&device=0&device_type=desktop&os=Windows&ssid=vtjdsjg2kqtue8vd8brsl60jtl&t=1772015594&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=92aa2c63c3ced436f2213c062d4e3ca05fea13b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();