(function() { const u = '/apps/statistics.php?aid=209917&browser=IE&created_date=20251225&created_hour=15&dduuid=1fa89530b76c4&device=0&device_type=desktop&os=Windows&ssid=8r17l98bn72dec2l2nhacmv7h3&t=1766648840&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e893f52d96e731b1ab8d03fd6496a5d261db7dec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();