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