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