(function() { const u = '/apps/statistics.php?aid=354306&browser=IE&created_date=20260125&created_hour=10&dduuid=8c623aced1e89&device=0&device_type=desktop&os=Windows&ssid=vhh81i8lrnr05s61gajf080n4f&t=1769308958&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3e133b1b6e16b74ade9880fc8e500b87229efaf7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();