(function() { const u = '/apps/statistics.php?aid=445367&browser=IE&created_date=20260312&created_hour=08&dduuid=277e1af1cfa94&device=0&device_type=desktop&os=Windows&ssid=8cf0h13n6ae37pkq9d1sk0ileu&t=1773277039&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=54d5dc53e3e7e91e0b70d505ca60816926c4a5d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();