(function() { const u = '/apps/statistics.php?aid=455231&browser=IE&created_date=20260224&created_hour=17&dduuid=a0f749647ed2f&device=0&device_type=desktop&os=Windows&ssid=oj5g9i9in7aahhq54c04861318&t=1771926102&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f7d7417d213002c9a998f3464c9469d34f34a8c0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();