(function() { const u = '/apps/statistics.php?aid=311046&browser=IE&created_date=20260225&created_hour=23&dduuid=43f4e85767fa1&device=0&device_type=desktop&os=Windows&ssid=36vehel0grlb3kbm96hehp7i9j&t=1772033404&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5f4aca2af84c72fac4c3e0036799b59fce04aada&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();