(function() { const u = '/apps/statistics.php?aid=433549&browser=IE&created_date=20260224&created_hour=14&dduuid=119081a220772&device=0&device_type=desktop&os=Windows&ssid=5bc57g32nqsjf38c1n80oa08p8&t=1771913796&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=633712391bf2f8b48b2a32a89a4cb33b32eed8fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();