(function() { const u = '/apps/statistics.php?aid=445722&browser=IE&created_date=20260227&created_hour=08&dduuid=a559b56c94aa7&device=0&device_type=desktop&os=Windows&ssid=bqi6gdhehlq4a8mlp6ekt3n8ko&t=1772152032&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ddc4d19a48fea6b8c897e7e2ce353f3e8aa81d1b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();