(function() { const u = '/apps/statistics.php?aid=270940&browser=IE&created_date=20260314&created_hour=21&dduuid=ed4c861bb7e25&device=0&device_type=desktop&os=Windows&ssid=vp5m9na6rdq0208en3bm40fthu&t=1773493498&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=326ca2b46d4bf1b1c027636c804e894f65869534&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();