(function() { const u = '/apps/statistics.php?aid=424698&browser=IE&created_date=20260127&created_hour=14&dduuid=a1534547ecec8&device=0&device_type=desktop&os=Windows&ssid=b20sn40g397s8o327644gi0ook&t=1769495484&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d458982a7a5f9452022ffcbf5bbdcb343605af61&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();