(function() { const u = '/apps/statistics.php?aid=452966&browser=IE&created_date=20260312&created_hour=14&dduuid=302698325e760&device=0&device_type=desktop&os=Windows&ssid=1igas7e2caqvnk8h1qge6f07a6&t=1773296843&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=347a15486e71d2bb04d2acfb8ffdfc93378e6908&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();