(function() { const u = '/apps/statistics.php?aid=92705&browser=IE&created_date=20260116&created_hour=11&dduuid=168f928c6d901&device=0&device_type=desktop&os=Windows&ssid=nf871m7qhrsbt8q75l1adcdb49&t=1768533514&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c61ece2ea440421fcfa4699750d22ac1e881518b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();