(function() { const u = '/apps/statistics.php?aid=450912&browser=IE&created_date=20260312&created_hour=16&dduuid=ac182cf239c32&device=0&device_type=desktop&os=Windows&ssid=vk14cul2j96m0qp5mo4ihvo290&t=1773304055&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f518f62b5d7d765d7062c410be711f3ebe45e00d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();