(function() { const u = '/apps/statistics.php?aid=454376&browser=IE&created_date=20260201&created_hour=05&dduuid=4ee8859976e85&device=0&device_type=desktop&os=Windows&ssid=7r97hioljfujv7vtei7bqo9u3u&t=1769895611&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c26293a6744cac09a46edb7f77621cf74a905785&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();