(function() { const u = '/apps/statistics.php?aid=210366&browser=IE&created_date=20251223&created_hour=11&dduuid=fd5eaf2e951f4&device=0&device_type=desktop&os=Windows&ssid=phc8jqsncj1ivpp85uqr6gbs19&t=1766461127&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=744c290860cd8f979dfa580d528401d8e12ddf3a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();