(function() { const u = '/apps/statistics.php?aid=445722&browser=IE&created_date=20260308&created_hour=04&dduuid=b5faee75b7e71&device=0&device_type=desktop&os=Windows&ssid=q2arp04gmrk8dahde1mte4aco9&t=1772914481&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=449b6446cde4b221d02d877aafde25466631c846&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();