(function() { const u = '/apps/statistics.php?aid=459333&browser=IE&created_date=20260304&created_hour=07&dduuid=9fd5b8ebbf5c7&device=0&device_type=desktop&os=Windows&ssid=596ed4p4u61folalvonf8snkkk&t=1772581972&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5aec4b28930d030a5c38bde71eb33e2d6b209a0e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();