(function() { const u = '/apps/statistics.php?aid=455989&browser=IE&created_date=20260308&created_hour=02&dduuid=a94273a3e6fd8&device=0&device_type=desktop&os=Windows&ssid=vkh6rdoen7ve7af5am3f63nka5&t=1772908951&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=966d8732b071656e12b2cf657f8813cf63455bc9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();