(function() { const u = '/apps/statistics.php?aid=431036&browser=IE&created_date=20260311&created_hour=11&dduuid=09592ba734327&device=0&device_type=desktop&os=Windows&ssid=bno1b9lmvocl6rk05u584cicmj&t=1773198966&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1b76c4ef7ad35cbde0ecd6b6517241d46d9a7712&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();