(function() { const u = '/apps/statistics.php?aid=454162&browser=IE&created_date=20260201&created_hour=04&dduuid=1955afd93398d&device=0&device_type=desktop&os=Windows&ssid=poc2r0on0r4f9cq2vu59qg7m9s&t=1769890750&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9518d7857385c3c5ab142bf570f652934060e131&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();