(function() { const u = '/apps/statistics.php?aid=398&browser=IE&created_date=20260310&created_hour=13&dduuid=9d3ee862e5fd8&device=0&device_type=desktop&os=Windows&ssid=5mrd2d0fp339dodt06cf55nk7p&t=1773119177&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7a4d3f07200acab1be79f1e564d6d28519a590d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();