(function() { const u = '/apps/statistics.php?aid=442546&browser=IE&created_date=20260313&created_hour=02&dduuid=20608aee99dbe&device=0&device_type=desktop&os=Windows&ssid=vcic9pr4guju1g4qgjp4iv02pe&t=1773341493&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=962deae797f54c234136997b2d0d17619c29f212&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();