(function() { const u = '/apps/statistics.php?aid=21088&browser=IE&created_date=20260224&created_hour=15&dduuid=050ac969fd9a8&device=0&device_type=desktop&os=Windows&ssid=92ugo3lt1lt5qjuvmrgj6fh2ul&t=1771917153&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c19e2524916be60c167650581de60d9f3e56367&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();