(function() { const u = '/apps/statistics.php?aid=438002&browser=IE&created_date=20260308&created_hour=12&dduuid=984f4a79d2314&device=0&device_type=desktop&os=Windows&ssid=266540d597klhf143uj2v564v5&t=1772945541&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ece60a27c4542eca17d9cdcebbde4f83a15cc3d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();