(function() { const u = '/apps/statistics.php?aid=92760&browser=IE&created_date=20260116&created_hour=08&dduuid=82af8d12835f3&device=0&device_type=desktop&os=Windows&ssid=5dqml124s2gjjj2efkkftiuhot&t=1768521654&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b95a82d4cd20ec46d784ab834bab6628619ff9af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();