(function() { const u = '/apps/statistics.php?aid=208649&browser=IE&created_date=20251230&created_hour=20&dduuid=47a097045c4ef&device=0&device_type=desktop&os=Windows&ssid=ufa70cjqmcm4otifgsuang7pfk&t=1767096083&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f87c9f27b0e0fe8a76d104b2cbed0d7d5195048c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();