(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260121&created_hour=18&dduuid=7e6afd466e9c6&device=0&device_type=desktop&os=Windows&ssid=99dfasd5155ofqmrpe3in552d0&t=1768990283&typeid=4&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0dac71e1bc7de1e5b8bea804312f8395534c24d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();