(function() { const u = '/apps/statistics.php?aid=454657&browser=IE&created_date=20260310&created_hour=21&dduuid=59599ae926c36&device=0&device_type=desktop&os=Windows&ssid=k9m5c1q36i9fq101c12o6e6kff&t=1773148985&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7b70457a501c26b39849ef0226da72df19649fce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();