(function() { const u = '/apps/statistics.php?aid=451686&browser=IE&created_date=20260225&created_hour=06&dduuid=70b03fc1ce006&device=0&device_type=desktop&os=Windows&ssid=3d0i6rrra8g55ulpao5iiunusd&t=1771970893&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5a152a601d80cf4845d84a9cc57ed2bd0f04500b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();