(function() { const u = '/apps/statistics.php?aid=208401&browser=IE&created_date=20260101&created_hour=02&dduuid=a211a059105e0&device=0&device_type=desktop&os=Windows&ssid=vpddtdh44vc82p64jvmnddarju&t=1767206243&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a3a9ec6625ce1da7184cf683ed7797cb436dca5d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();