(function() { const u = '/apps/statistics.php?aid=57786&browser=IE&created_date=20260124&created_hour=03&dduuid=344a340218bac&device=0&device_type=desktop&os=Windows&ssid=v3h5b498qhs06mi7j9bbq50em6&t=1769196555&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d84a91a3a236bc2014c31386448609e17d3a735&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();