(function() { const u = '/apps/statistics.php?aid=423423&browser=IE&created_date=20260129&created_hour=18&dduuid=c803bcdd06d41&device=0&device_type=desktop&os=Windows&ssid=ur19cpnjem8b2fofdi8unmtnmh&t=1769681953&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3dd1fc94bacf0fad2c72e60107b6169ca8622262&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();