(function() { const u = '/apps/statistics.php?aid=451371&browser=IE&created_date=20260312&created_hour=11&dduuid=252fb4330ae6a&device=0&device_type=desktop&os=Windows&ssid=bgavjr9q8eu024gana77iegq6r&t=1773284923&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1004dd987171367cb78999b8c0ca0854f909feed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();