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