(function() { const u = '/apps/statistics.php?aid=450627&browser=IE&created_date=20260307&created_hour=15&dduuid=718e2ac022491&device=0&device_type=desktop&os=Windows&ssid=m86oahcnm72d15ofisepngdiji&t=1772868338&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c5d70fa8ab9e4bf7b8dfcbaf047a967ac635d911&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();