(function() { const u = '/apps/statistics.php?aid=294952&browser=IE&created_date=20260314&created_hour=02&dduuid=71eb4be4a951b&device=0&device_type=desktop&os=Windows&ssid=k6lnp6gcf72g0969u3ttbf902s&t=1773426473&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=134e6686be24edc9a695bde9cea6d8756aa882f4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();