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