(function() { const u = '/apps/statistics.php?aid=440&browser=IE&created_date=20260312&created_hour=03&dduuid=4d08f954fe10a&device=0&device_type=desktop&os=Windows&ssid=l7sdjt2i73iqombjvmit19mk34&t=1773258586&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=71664badeef88db0ecd6c2b0e5e4ef6ecc824258&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();