(function() { const u = '/apps/statistics.php?aid=232&browser=IE&created_date=20260310&created_hour=12&dduuid=93ffb215ae7cb&device=0&device_type=desktop&os=Windows&ssid=8b0v8q102m3kbdkhilldupd1ca&t=1773118038&typeid=24&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=721d9b840e801f832cff0e3fb617330446009ef2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();