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