(function() { const u = '/apps/statistics.php?aid=454243&browser=IE&created_date=20260311&created_hour=02&dduuid=4da85378d3450&device=0&device_type=desktop&os=Windows&ssid=i8770g9v3nm1dh6iroaj66a46q&t=1773166622&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f3d7f5ab6cfc09bcbd349326759f6e7a37fe810b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();