(function() { const u = '/apps/statistics.php?aid=442960&browser=IE&created_date=20251221&created_hour=15&dduuid=034c54dd2e3eb&device=0&device_type=desktop&os=Windows&ssid=0dnp23th6vvqrrjd1q56ntb8vs&t=1766303079&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=836244d96f938c8b46280efc5f88c9defc287823&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();