(function() { const u = '/apps/statistics.php?aid=336586&browser=IE&created_date=20260311&created_hour=09&dduuid=f667045d33d77&device=0&device_type=desktop&os=Windows&ssid=t0k67rqurrvorjmalkohtu7hsi&t=1773192563&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c654808c51b721e8c2ecabd2df803c3ac5afcb3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();