(function() { const u = '/apps/statistics.php?aid=206634&browser=IE&created_date=20251226&created_hour=14&dduuid=ff6a78090e870&device=0&device_type=desktop&os=Windows&ssid=5c2u3eoctdo4u518mqhhgataie&t=1766730308&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f0778d8f7fb73fdd7dc8e81067564636a558c519&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();