(function() { const u = '/apps/statistics.php?aid=394036&browser=IE&created_date=20260311&created_hour=06&dduuid=0282a6ceb2c92&device=0&device_type=desktop&os=Windows&ssid=h4u1ie7naiib9gs3ot40qm6v7d&t=1773181745&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e4e33f3e07c946edbd5c019399a1f6aea636606&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();