(function() { const u = '/apps/statistics.php?aid=452442&browser=IE&created_date=20260311&created_hour=20&dduuid=82d3569cb1686&device=0&device_type=desktop&os=Windows&ssid=nc3nioem0m2i31rpj0o7ehakvj&t=1773231876&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0abf5c52bf11098cc8ca8d4bf22fd2247f88f72d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();