(function() { const u = '/apps/statistics.php?aid=442351&browser=IE&created_date=20260304&created_hour=21&dduuid=ff13403395d51&device=0&device_type=desktop&os=Windows&ssid=cgsdcttf8cbnfhhf4bibqmo8ra&t=1772631077&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=074caa8fbd7acb32bbd2a9d9efa81270a10a12c7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();