(function() { const u = '/apps/statistics.php?aid=440700&browser=IE&created_date=20260314&created_hour=00&dduuid=92b2d7a7bd6a2&device=0&device_type=desktop&os=Windows&ssid=7uk6pe51069r44h7gjnvtp4324&t=1773418054&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8732bb10a4b6c56cb250d67e0d038ac9bf8e61ab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();