(function() { const u = '/apps/statistics.php?aid=363125&browser=IE&created_date=20251221&created_hour=17&dduuid=5d137260cb014&device=0&device_type=desktop&os=Windows&ssid=87vrven7skjjh3rpfli8uscifq&t=1766310352&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e1d95d37fa1c917c980cc0e5271711fddab0733f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();