(function() { const u = '/apps/statistics.php?aid=276319&browser=IE&created_date=20260308&created_hour=03&dduuid=20610a176f6c2&device=0&device_type=desktop&os=Windows&ssid=ufj1jbl4rb2eva4cp6kl3lmcaq&t=1772911625&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a319340f382ff8c9cea0244f8d2311bf0d02b352&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();