(function() { const u = '/apps/statistics.php?aid=213726&browser=IE&created_date=20260311&created_hour=09&dduuid=e9a2931a297ff&device=0&device_type=desktop&os=Windows&ssid=23i6100rjbr46pf3j6g0sui143&t=1773192182&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70daefe0bfd979b1321d19911a20bf102dc997b8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();