(function() { const u = '/apps/statistics.php?aid=213799&browser=IE&created_date=20260228&created_hour=22&dduuid=a09982bc8ca6b&device=0&device_type=desktop&os=Windows&ssid=9lgrueaqrf4reos39p79srungn&t=1772287235&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cb05475a5c29c289b7d350a7b44f835ae34506ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();