(function() { const u = '/apps/statistics.php?aid=430560&browser=IE&created_date=20260117&created_hour=13&dduuid=8f326d982ad69&device=0&device_type=desktop&os=Windows&ssid=5hf2n6ve8rp4b4kg5hs8p722r1&t=1768628398&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e65024a52efa0e138d42ae464fcbe700000b778a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();