(function() { const u = '/apps/statistics.php?aid=403358&browser=IE&created_date=20260304&created_hour=19&dduuid=c829c29fdc326&device=0&device_type=desktop&os=Windows&ssid=r7uodei3m9fi94u965grn2uh6d&t=1772623757&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ee3379c28a8cb626e8840bd0be4be58b44e466f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();