(function() { const u = '/apps/statistics.php?aid=434427&browser=IE&created_date=20260101&created_hour=23&dduuid=b325786daa822&device=0&device_type=desktop&os=Windows&ssid=rmaprf56qlanlbt88e9nqjrn3r&t=1767281072&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f0ce1588cb649901528e1f21ce8c0ab21ef4b027&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();