(function() { const u = '/apps/statistics.php?aid=141322&browser=IE&created_date=20260308&created_hour=06&dduuid=6643de3fb762b&device=0&device_type=desktop&os=Windows&ssid=9irrf76ve343i4f096fl7p6a8g&t=1772921001&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a7119f3445641506296be74be8a66d09b907af7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();