(function() { const u = '/apps/statistics.php?aid=25014&browser=IE&created_date=20260224&created_hour=14&dduuid=7324404f854f4&device=0&device_type=desktop&os=Windows&ssid=fd9v4sr5r2rtekckmmskfutaop&t=1771913669&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ade83fc631796ae2750e2e2fd159ae9893c862bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();