(function() { const u = '/apps/statistics.php?aid=324683&browser=IE&created_date=20260314&created_hour=01&dduuid=1d29796d1772b&device=0&device_type=desktop&os=Windows&ssid=8vjo8r9a21ls1dvlraa8n2av0d&t=1773421966&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a5f337ef31583ac35826a328fd97792c632873ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();