(function() { const u = '/apps/statistics.php?aid=454232&browser=IE&created_date=20260224&created_hour=09&dduuid=8b1bbb8039c38&device=0&device_type=desktop&os=Windows&ssid=fsl0ak06al27he8cums3p11vm7&t=1771895423&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5683a7a488a4b2f025d12f8dfcfead1f944319f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();