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