(function() { const u = '/apps/statistics.php?aid=51632&browser=IE&created_date=20260311&created_hour=23&dduuid=bade86edd8a9a&device=0&device_type=desktop&os=Windows&ssid=520bb859vvpvm0jcu1p57h8qp9&t=1773243326&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2a1e51b3eecf5c2e1a0a0681d3e78e438d565159&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();