(function() { const u = '/apps/statistics.php?aid=445016&browser=IE&created_date=20251220&created_hour=15&dduuid=a7475f341e202&device=0&device_type=desktop&os=Windows&ssid=no9re1pgskc2soffmfe5jds7g9&t=1766214772&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ff678e60e3cd28541f6f2d91c0887a333e1532a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();