(function() { const u = '/apps/statistics.php?aid=451255&browser=IE&created_date=20260125&created_hour=14&dduuid=f8aab23d7c9c5&device=0&device_type=desktop&os=Windows&ssid=i8kh2av2eojd64n8eiqe5cifdr&t=1769322802&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df56f39b8a6b1a63b3965a395d75addb9760d0e5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();