(function() { const u = '/apps/statistics.php?aid=213647&browser=IE&created_date=20260306&created_hour=13&dduuid=f18c802a5ce3c&device=0&device_type=desktop&os=Windows&ssid=3d25q3fsc5c3cchkppucngh30p&t=1772773210&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bd9752533274ac4f7adaa97f9d74e264ef57854d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();