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