(function() { const u = '/apps/statistics.php?aid=324824&browser=IE&created_date=20260313&created_hour=17&dduuid=76b925658cb2e&device=0&device_type=desktop&os=Windows&ssid=lqos8n3071u2ske8q8r0lu19ae&t=1773392923&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=efc5825a78f701d3961bcb2bc15c57527ca24a98&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();