(function() { const u = '/apps/statistics.php?aid=455366&browser=IE&created_date=20260304&created_hour=15&dduuid=fc14d713e8313&device=0&device_type=desktop&os=Windows&ssid=ubf4l1pgo89ula8hrkruqckp0g&t=1772609803&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=964fbb049e6f12005fa95da6067c7501bfe3e406&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();