(function() { const u = '/apps/statistics.php?aid=291773&browser=IE&created_date=20260314&created_hour=07&dduuid=25558fcee0fe6&device=0&device_type=desktop&os=Windows&ssid=c1f5nfotpfgf3bkjf3vos1tud3&t=1773443060&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=199d8ab348f539d5916ff4633ced39828511b539&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();