(function() { const u = '/apps/statistics.php?aid=450151&browser=IE&created_date=20260226&created_hour=04&dduuid=581cb9eefe635&device=0&device_type=desktop&os=Windows&ssid=v3t33l0ok32mi9hlf3leep6090&t=1772052918&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d41f25e586e4fc7e97593beb79c83c42193136c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();