(function() { const u = '/apps/statistics.php?aid=441742&browser=IE&created_date=20260308&created_hour=06&dduuid=fb02488327140&device=0&device_type=desktop&os=Windows&ssid=92octdm4aul45467kaga4nqe0n&t=1772921970&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6990d04ff9e52fc88ab07c99f5347f205895cf82&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();