(function() { const u = '/apps/statistics.php?aid=451854&browser=IE&created_date=20260311&created_hour=08&dduuid=7091eeb45c05b&device=0&device_type=desktop&os=Windows&ssid=d6aifihaon5seejqrbb9ptmnfn&t=1773187224&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f5adda14f821de7b962e38239be8a673cb1bcab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();