(function() { const u = '/apps/statistics.php?aid=402108&browser=IE&created_date=20260219&created_hour=15&dduuid=19fe896004e4a&device=0&device_type=desktop&os=Windows&ssid=n3p8sgre2jk0b3ph9v0uuvl5cd&t=1771487066&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e0a0a2f36cd8b24223ffda185fc7f42c8e5ace9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();