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