(function() { const u = '/apps/statistics.php?aid=456329&browser=IE&created_date=20260226&created_hour=00&dduuid=0d507d6bbf7d5&device=0&device_type=desktop&os=Windows&ssid=t0ugj0j65dnbi1qil4fphq6efu&t=1772035942&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=927523dfd9c491d15c28b4854fcd2fa389e24525&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();