(function() { const u = '/apps/statistics.php?aid=424696&browser=IE&created_date=20260310&created_hour=23&dduuid=11a70e6d81c9b&device=0&device_type=desktop&os=Windows&ssid=nrmgor5orkmnahq6proeumc9e8&t=1773156505&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cbf8975aa6c3e86347a60a6bdbb42a19f6332a10&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();