(function() { const u = '/apps/statistics.php?aid=394366&browser=IE&created_date=20260304&created_hour=06&dduuid=b7c84245141e4&device=0&device_type=desktop&os=Windows&ssid=5erprckpqk72fibfsh0plhaj4c&t=1772576455&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d65911a69e07ff21f29b48a936eeb1f90f05876&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();