(function() { const u = '/apps/statistics.php?aid=445432&browser=IE&created_date=20251227&created_hour=10&dduuid=c33bf8d2735bd&device=0&device_type=desktop&os=Windows&ssid=hpdcc4s4ug0a6ptmd3b8b1j0ui&t=1766801757&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5cbf11e483c2d25d664db58ad42eeb1e12e7331c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();