(function() { const u = '/apps/statistics.php?aid=4755&browser=IE&created_date=20260314&created_hour=14&dduuid=42a25b268f80f&device=0&device_type=desktop&os=Windows&ssid=s4ngjuiidpd9f6g1p90ugdugg0&t=1773471145&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2cfa55fd6015d376ff73f6f9a9704f464a586eba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();