(function() { const u = '/apps/statistics.php?aid=434885&browser=IE&created_date=20260309&created_hour=11&dduuid=5c674b44e7db0&device=0&device_type=desktop&os=Windows&ssid=vgadtf1kq2uba7lfssrdt08lr3&t=1773026885&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d8bcb71924b63d0ed71a4cb882e19133f2b08b73&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();