(function() { const u = '/apps/statistics.php?aid=433937&browser=IE&created_date=20260310&created_hour=01&dduuid=7d01a1ba80bcc&device=0&device_type=desktop&os=Windows&ssid=ea23c7vvlsfu7j7fi3eoo4oipd&t=1773076940&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b6d2a4945a64e0d549b3893cf709d89707235457&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();