(function() { const u = '/apps/statistics.php?aid=445521&browser=IE&created_date=20251225&created_hour=08&dduuid=6682e2abe427f&device=0&device_type=desktop&os=Windows&ssid=2ilqgkufnpnmdggp3d94gfvp3o&t=1766623639&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ff9ba32fb47706de3ca4afd1d886456a474b5637&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();