(function() { const u = '/apps/statistics.php?aid=445055&browser=IE&created_date=20251220&created_hour=11&dduuid=5c131e36151aa&device=0&device_type=desktop&os=Windows&ssid=s57nn3ne9mvghl7t6lmsm4q6fd&t=1766200519&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=665a6598784d221a0a1b32e11bc0fb3d3ddbef22&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();