(function() { const u = '/apps/statistics.php?aid=113099&browser=IE&created_date=20260312&created_hour=00&dduuid=f54b233722e7e&device=0&device_type=desktop&os=Windows&ssid=2765nlcqb43j7k64olcm68t6qa&t=1773247582&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fc1120b591093d9399861f6562ffc1e8c3447a16&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();