(function() { const u = '/apps/statistics.php?aid=450394&browser=IE&created_date=20260313&created_hour=13&dduuid=1ddce4718272f&device=0&device_type=desktop&os=Windows&ssid=fh8t5aect80ragt4g8d6l7lsla&t=1773379360&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e3bdca02f8a5e6a871f215d642e7bfe8e247eeb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();