(function() { const u = '/apps/statistics.php?aid=455914&browser=IE&created_date=20260310&created_hour=22&dduuid=b3fc7cc331df6&device=0&device_type=desktop&os=Windows&ssid=i3rfv62i335gvvahkl9sdlbeip&t=1773154636&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=687ec15fcf5bf37395d2fa99eaf8a7c55ea11dbf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();