(function() { const u = '/apps/statistics.php?aid=410435&browser=IE&created_date=20260225&created_hour=10&dduuid=6bc6bc23c3aa0&device=0&device_type=desktop&os=Windows&ssid=f9vbmbtllp4125heto6ct3hpl6&t=1771984831&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed74e5f77f79dfd5f599fd4ff410cbb80b815240&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();