(function() { const u = '/apps/statistics.php?aid=113112&browser=IE&created_date=20260310&created_hour=14&dduuid=20d0de0ae21aa&device=0&device_type=desktop&os=Windows&ssid=qdl78f8s2pkaoombbojchf6d58&t=1773123956&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d60452e60fb7b692bf2c9eec131f059510de92ce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();