(function() { const u = '/apps/statistics.php?aid=455912&browser=IE&created_date=20260304&created_hour=11&dduuid=345473faa93a1&device=0&device_type=desktop&os=Windows&ssid=l1eao9c76oed3r8bgvkfjolkv5&t=1772594586&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45184357df159cae102ebadb036a34beed9ae2bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();