(function() { const u = '/apps/statistics.php?aid=207541&browser=IE&created_date=20260113&created_hour=09&dduuid=ed1f7f17580ab&device=0&device_type=desktop&os=Windows&ssid=dp8n4pt818ipn9630q14qgmrhh&t=1768268026&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b3043a51d522f8cf3a67212e50b5dae8d4d09929&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();