(function() { const u = '/apps/statistics.php?aid=262771&browser=IE&created_date=20260315&created_hour=21&dduuid=4a245a246dc4e&device=0&device_type=desktop&os=Windows&ssid=0qetd6378cslvva8g6i3ksj7jj&t=1773582718&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=26f65f9670d00f62f89ca8128c386a38a5bd63dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();