(function() { const u = '/apps/statistics.php?aid=370685&browser=IE&created_date=20260311&created_hour=16&dduuid=8724fcc929de1&device=0&device_type=desktop&os=Windows&ssid=6bqieh78impaqh8lceunfm0nga&t=1773218445&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a5a7da035a9eff25df6e38008a00644e99492fb9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();