(function() { const u = '/apps/statistics.php?aid=113231&browser=IE&created_date=20260311&created_hour=06&dduuid=6dc0da5afd552&device=0&device_type=desktop&os=Windows&ssid=a7pvtd9iemq4b8r0hjmkrjvsfs&t=1773182707&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=09b6521827a5af1843a68e6ce59d50a1a0dba4d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();