(function() { const u = '/apps/statistics.php?aid=21066&browser=IE&created_date=20260324&created_hour=14&dduuid=e6f5baf82c072&device=0&device_type=desktop&os=Windows&ssid=9pfdmsscpbdknihf3pf4mdc9aj&t=1774333746&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d175d6f8086463b60e64bfe75cc39dff8e5f09ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();