(function() { const u = '/apps/statistics.php?aid=453701&browser=IE&created_date=20260228&created_hour=18&dduuid=4b85c73a7f9b3&device=0&device_type=desktop&os=Windows&ssid=mid9bev3qou9r7cg4t9dkbona2&t=1772274992&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=346da4b2601283ed3a0b2f71792527f0b8a8b7c7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();