(function() { const u = '/apps/statistics.php?aid=210172&browser=IE&created_date=20260224&created_hour=03&dduuid=b6142f844ed1c&device=0&device_type=desktop&os=Windows&ssid=1lqqps7ksmkvir4qshb5dfed4s&t=1771876792&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19e998aa74fc219fceb9f7d2a28f22511edb17e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();