(function() { const u = '/apps/statistics.php?aid=454512&browser=IE&created_date=20260308&created_hour=19&dduuid=ae137171e75d5&device=0&device_type=desktop&os=Windows&ssid=cg8jo4g5pcdg4rdo8cif8eedit&t=1772968288&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb3d2b505eb4acda4cc0bcc1261cc01ebc55c222&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();