(function() { const u = '/apps/statistics.php?aid=213678&browser=IE&created_date=20260305&created_hour=09&dduuid=aa696ab41f1a9&device=0&device_type=desktop&os=Windows&ssid=hfgqqr2u90eoh3ha7hhraobbst&t=1772675121&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=826e7ca2028db53fb161dc829ef567cb91e5268f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();