(function() { const u = '/apps/statistics.php?aid=406101&browser=IE&created_date=20260223&created_hour=23&dduuid=2af49e902bb35&device=0&device_type=desktop&os=Windows&ssid=4pe2b655et5okuivg06esuh1ua&t=1771861353&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b76d10e253363e91953f6a145c9868d21ce43d1a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();