(function() { const u = '/apps/statistics.php?aid=454081&browser=IE&created_date=20260310&created_hour=01&dduuid=a1174842171fb&device=0&device_type=desktop&os=Windows&ssid=11g9uek8sofhl1e0pegrefomn5&t=1773076539&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=021ec9fa27d1b9a713739da3545a40d5ba4247a5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();