(function() { const u = '/apps/statistics.php?aid=439189&browser=IE&created_date=20260224&created_hour=06&dduuid=83eb823cca45c&device=0&device_type=desktop&os=Windows&ssid=5obqcl7h88b8rpmhjk1urovs1k&t=1771886046&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8b5ccb3d60318d5d533dfd72fc921c9727a47996&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();