(function() { const u = '/apps/statistics.php?aid=213651&browser=IE&created_date=20260307&created_hour=16&dduuid=30d3384f2f242&device=0&device_type=desktop&os=Windows&ssid=ho95f6u8pkijmn8sc37egidbfq&t=1772873165&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=113fbcb1d1946d053cfb12b0e6ed7b97293d0d2b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();