(function() { const u = '/apps/statistics.php?aid=433522&browser=IE&created_date=20260103&created_hour=06&dduuid=8e58ce859e736&device=0&device_type=desktop&os=Windows&ssid=hfb5hl1j3e2qu322ngjqt9teg7&t=1767392833&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=548d742d0e113f2822c27fe317ea0ab2bc36d85d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();