(function() { const u = '/apps/statistics.php?aid=404908&browser=IE&created_date=20260122&created_hour=10&dduuid=b077519d64eee&device=0&device_type=desktop&os=Windows&ssid=q2shc3nd2spe97rpe4jsam1q5t&t=1769048730&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c3698c8882d4bfcf157c0f337336fbd27233e957&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();