(function() { const u = '/apps/statistics.php?aid=75717&browser=IE&created_date=20260227&created_hour=18&dduuid=1ea1cab290887&device=0&device_type=desktop&os=Windows&ssid=g75bc65nhcj5krecdnu6pfv53l&t=1772189680&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=11cf744ce6cf54d94825d43458b750737e09f818&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();