(function() { const u = '/apps/statistics.php?aid=270970&browser=IE&created_date=20260314&created_hour=19&dduuid=e5e2bde4d9fd5&device=0&device_type=desktop&os=Windows&ssid=5qgab03cgriphepibnhmf57e7o&t=1773487109&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=caf10f37faa7c06cc3df10ba78e873c43912bb6a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();