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