(function() { const u = '/apps/statistics.php?aid=442076&browser=IE&created_date=20260304&created_hour=22&dduuid=24865c31b4f36&device=0&device_type=desktop&os=Windows&ssid=idnboh0a5r4u1651hcugcr75d5&t=1772633107&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=09943480d30b4490dc99fb398da688de4fdc613e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();