(function() { const u = '/apps/statistics.php?aid=440000&browser=IE&created_date=20260311&created_hour=11&dduuid=18ffdca45f85d&device=0&device_type=desktop&os=Windows&ssid=i7qimcfnkhbf3tv4b3l8hflqb4&t=1773200424&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cedabe7ff4a540a2443bc1d9bb8a59dec0883834&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();