(function() { const u = '/apps/statistics.php?aid=98673&browser=IE&created_date=20260305&created_hour=01&dduuid=818951db4d359&device=0&device_type=desktop&os=Windows&ssid=h5g1lernebo3780kp8kko7hds9&t=1772646524&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e185e248596e5ea29a4dff5ddfa78e5a1813d081&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();