(function() { const u = '/apps/statistics.php?aid=98722&browser=IE&created_date=20251129&created_hour=16&dduuid=d1e7cbe14d018&device=0&device_type=desktop&os=Windows&ssid=bbo9b5ig2rpkrcdeq9hb4iq5pe&t=1764403467&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1af8840deacee0958f9d9db912f5828bf3178bf1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();