(function() { const u = '/apps/statistics.php?aid=349438&browser=IE&created_date=20251227&created_hour=14&dduuid=ed2604ed19b6e&device=0&device_type=desktop&os=Windows&ssid=6fahamihpba7t0ro5kb4b1dd8h&t=1766818525&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9afe5fd3db934416d0db6cfa88b6e0131c0bed67&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();