(function() { const u = '/apps/statistics.php?aid=530&browser=IE&created_date=20260312&created_hour=21&dduuid=f8c4a45bceb87&device=0&device_type=desktop&os=Windows&ssid=sm6uctmtavqoa9lg93fu0sse7t&t=1773323758&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3f62839479ea164fdafffcf832d3478b32e7f168&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();