(function() { const u = '/apps/statistics.php?aid=460317&browser=IE&created_date=20260312&created_hour=17&dduuid=6cab21783efbd&device=0&device_type=desktop&os=Windows&ssid=8shn1gmkcpq35gkhf0kb0g2p0o&t=1773307738&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e91ff4f28480cc5b4488afa9b6e32a41fb6ee7b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();