(function() { const u = '/apps/statistics.php?aid=424419&browser=IE&created_date=20260128&created_hour=09&dduuid=0ab143c65d1b2&device=0&device_type=desktop&os=Windows&ssid=67a33op0hkpgorpa9ac96mv534&t=1769564722&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=54efe30994ab0206bfb019a7a98e1a78a25468bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();