(function() { const u = '/apps/statistics.php?aid=443394&browser=IE&created_date=20260311&created_hour=17&dduuid=62dbe2d11ba42&device=0&device_type=desktop&os=Windows&ssid=0h30or6mjgcb98u4qrep0o1022&t=1773222164&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3b9ab33488dbb77be31a107320fdf411c8a85e99&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();