(function() { const u = '/apps/statistics.php?aid=210237&browser=IE&created_date=20260223&created_hour=21&dduuid=cbdeccc2b3f4c&device=0&device_type=desktop&os=Windows&ssid=367s41sl3mv6mh8nse661ko0r0&t=1771854656&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea1031c4912c278492b1958d0af7765d7e0cb7ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();