(function() { const u = '/apps/statistics.php?aid=210330&browser=IE&created_date=20251223&created_hour=13&dduuid=904221d274165&device=0&device_type=desktop&os=Windows&ssid=u0jdbk2o8i9vldkj03hfeg2t9r&t=1766469148&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=63a53e441474144d7247b5bcc5718086dfae6ea3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();