(function() { const u = '/apps/statistics.php?aid=213648&browser=IE&created_date=20260306&created_hour=11&dduuid=404e7988a7a4b&device=0&device_type=desktop&os=Windows&ssid=qu1qul3m5acusdm06g1kair6j9&t=1772768251&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=346c1d06b11cc0a106ea72b18f02a29c24e0010b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();