(function() { const u = '/apps/statistics.php?aid=408611&browser=IE&created_date=20260225&created_hour=03&dduuid=21c605b9face2&device=0&device_type=desktop&os=Windows&ssid=0ug5qu54odajskp1kc5rlutp25&t=1771960777&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=058ca29adf42883d6fc1278aa1f9292bf384dce1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();