(function() { const u = '/apps/statistics.php?aid=455799&browser=IE&created_date=20260304&created_hour=23&dduuid=2e54b212bc4d1&device=0&device_type=desktop&os=Windows&ssid=f7u9vu0pb1pb28m7636sl4atps&t=1772636767&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9703ef048df8b726d520e4e28ca754d10d923b3b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();