(function() { const u = '/apps/statistics.php?aid=397223&browser=IE&created_date=20260308&created_hour=11&dduuid=9c7ea5fa472db&device=0&device_type=desktop&os=Windows&ssid=q8m6tak5hqsrtp9p9oo4e5ntqh&t=1772940964&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=68e2ecbdf3578f73ae77b2c56830d9a92293368e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();