(function() { const u = '/apps/statistics.php?aid=21369&browser=IE&created_date=20260324&created_hour=14&dduuid=22b662b56a122&device=0&device_type=desktop&os=Windows&ssid=ba4af2di3mq203ifn9626ca0a8&t=1774333683&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e9a82ab5a9ecf0c104e16534310bef0c561fa28c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();