(function() { const u = '/apps/statistics.php?aid=446591&browser=IE&created_date=20260311&created_hour=09&dduuid=772da6a091476&device=0&device_type=desktop&os=Windows&ssid=5mhf8fvm430c2r13gi4ibbqvc4&t=1773191489&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=585292742e89381c73aeee796bd0b4dc1d91dd50&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();