(function() { const u = '/apps/statistics.php?aid=15941&browser=IE&created_date=20260308&created_hour=15&dduuid=ba8a7e3005d14&device=0&device_type=desktop&os=Windows&ssid=7nnopmto7kp78gg54r66es0vli&t=1772954533&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b739e62828b2ee1d87286d41ffe3e9efaea412f5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();