(function() { const u = '/apps/statistics.php?aid=14679&browser=IE&created_date=20260308&created_hour=16&dduuid=de4e9cb9f4df0&device=0&device_type=desktop&os=Windows&ssid=imnkov1j13o53gkpli8tb5nhb4&t=1772957027&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=497d57760cbd961fbdd332e9e7d361d007ace28f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();