(function() { const u = '/apps/statistics.php?aid=450055&browser=IE&created_date=20260225&created_hour=20&dduuid=2f66141475bfc&device=0&device_type=desktop&os=Windows&ssid=7a2kuat6ld8rsglb1o86rmhd55&t=1772022528&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d6b63a36fedda7f46dace2eee14c327f1d2019a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();