(function() { const u = '/apps/statistics.php?aid=209482&browser=IE&created_date=20251227&created_hour=10&dduuid=535a953756cef&device=0&device_type=desktop&os=Windows&ssid=irdo1bd5pldl2kjh2qvqi18om4&t=1766803738&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=801b9b6f9f556728f2a4d6aa12d7bac341ed271f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();