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