(function() { const u = '/apps/statistics.php?aid=208999&browser=IE&created_date=20251229&created_hour=08&dduuid=d35db5db1839f&device=0&device_type=desktop&os=Windows&ssid=3k17hph8abdabubm2t2ujgfnav&t=1766966879&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=59c15398d16ddaaa0f6882a0a5c1f853d6d52aee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();