(function() { const u = '/apps/statistics.php?aid=452925&browser=IE&created_date=20260225&created_hour=05&dduuid=d065101bc2f6f&device=0&device_type=desktop&os=Windows&ssid=87o71ej3j5othq35h498qc9tt5&t=1771968811&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7c4f06206b043443de17455838ebf427aa27b986&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();