(function() { const u = '/apps/statistics.php?aid=453482&browser=IE&created_date=20260310&created_hour=07&dduuid=0451d43f491a8&device=0&device_type=desktop&os=Windows&ssid=o59ts2k095d0f9j8gpcbegu9kk&t=1773099169&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b32228a425874f005849fb354ec8823d0f10b5d9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();