(function() { const u = '/apps/statistics.php?aid=453762&browser=IE&created_date=20260318&created_hour=23&dduuid=652762928a08b&device=0&device_type=desktop&os=Windows&ssid=bmfv5hc4a4cbj4c9ar21bvor42&t=1773849094&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12074f55f3dfd892246621aea9a25769638c1bda&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();