(function() { const u = '/apps/statistics.php?aid=430998&browser=IE&created_date=20260117&created_hour=03&dduuid=586a850f4dd8d&device=0&device_type=desktop&os=Windows&ssid=krh4afh0e4b2qlupdt86akqr3a&t=1768592197&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d7c49516bbe68725d704f90e6b481c2d50e2dfb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();