(function() { const u = '/apps/statistics.php?aid=450141&browser=IE&created_date=20260226&created_hour=07&dduuid=468427adcbfbb&device=0&device_type=desktop&os=Windows&ssid=ibgcihlbhbusqh1grs7009un1m&t=1772061525&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=24635d32e5c37783596dfe3cd1a14bd992530850&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();