(function() { const u = '/apps/statistics.php?aid=92707&browser=IE&created_date=20260116&created_hour=10&dduuid=76b0c604885dd&device=0&device_type=desktop&os=Windows&ssid=gstqf1q2q71oie3bm8l7u1i4kr&t=1768531905&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48bedd63cda469ef818a18e1aec05018c4ef1684&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();