(function() { const u = '/apps/statistics.php?aid=226172&browser=IE&created_date=20260123&created_hour=04&dduuid=e5dec0b2c558b&device=0&device_type=desktop&os=Windows&ssid=t9u8ggb1c45jok3f3jt24h4n4d&t=1769113802&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=babb989a68896dcdcbd1e6e2e3bed9c2f04df93d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();