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