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