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