(function() { const u = '/apps/statistics.php?aid=447881&browser=IE&created_date=20260228&created_hour=02&dduuid=031aa5eac1489&device=0&device_type=desktop&os=Windows&ssid=n5nfs1p9t6d9d0pdefi01q3c3v&t=1772217511&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=931905e7a08f91a3aecbaf26d24785485d20de88&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();