(function() { const u = '/apps/statistics.php?aid=210027&browser=IE&created_date=20251225&created_hour=04&dduuid=1f579f4612328&device=0&device_type=desktop&os=Windows&ssid=cdlgtafqb4bk44udohiea7a2qd&t=1766606527&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=514d26798df9f3d54d1c84053d724ebd430d2f87&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();