(function() { const u = '/apps/statistics.php?aid=454596&browser=IE&created_date=20260223&created_hour=23&dduuid=5eceed2c6a7bf&device=0&device_type=desktop&os=Windows&ssid=9bfijdotbbimfhn0001k0ghpe6&t=1771861446&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=72cb3ef811adca0a902d4d4fd9c39dfcf4625880&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();