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