(function() { const u = '/apps/statistics.php?aid=443814&browser=IE&created_date=20260223&created_hour=14&dduuid=671fa376de358&device=0&device_type=desktop&os=Windows&ssid=v0cvk7qree10k67b323mc8o4f8&t=1771828293&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46427a9923bc1282ecc4ff5fc249b6993d0030dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();