(function() { const u = '/apps/statistics.php?aid=451032&browser=IE&created_date=20260307&created_hour=13&dduuid=f561f68eb9e58&device=0&device_type=desktop&os=Windows&ssid=15sb70dm6ah7ksh6rh260ob60r&t=1772860683&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d068ba989183827bbd6058e5a795f1d9466c187&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();