(function() { const u = '/apps/statistics.php?aid=439583&browser=IE&created_date=20260311&created_hour=02&dduuid=704864f1ea979&device=0&device_type=desktop&os=Windows&ssid=l69oe20flddcgq7et0t9odlamm&t=1773167033&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d859a691360d9988046760b2c9c35c57902b76cc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();