(function() { const u = '/apps/statistics.php?aid=339375&browser=IE&created_date=20260313&created_hour=00&dduuid=6616679bf1a77&device=0&device_type=desktop&os=Windows&ssid=b3f2i7791st20gssr183i1f0v4&t=1773334700&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a0b19d0beaf986288f60df314d1e62401d263ffd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();