(function() { const u = '/apps/statistics.php?aid=455305&browser=IE&created_date=20260308&created_hour=11&dduuid=17cb0696c018d&device=0&device_type=desktop&os=Windows&ssid=28l619659qo4kpaf1jtffgfshs&t=1772941041&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3bdbada2e53ef93d2d2ab8e595c2470bb74eb909&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();