(function() { const u = '/apps/statistics.php?aid=19006&browser=IE&created_date=20260311&created_hour=20&dduuid=e96162ffcccb3&device=0&device_type=desktop&os=Windows&ssid=l1v7g1s0o7ou8ff5eo2uabgju1&t=1773231859&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=16679d7d504dc713d9a88c98b749b69a8a82ced4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();