(function() { const u = '/apps/statistics.php?aid=340880&browser=IE&created_date=20260312&created_hour=23&dduuid=4dbbe20c31a9f&device=0&device_type=desktop&os=Windows&ssid=rk95hb9ru1nfi40eohs8m1omf8&t=1773329648&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d70a13ad08b5460fb68b651eb888cfa1e10fd605&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();