(function() { const u = '/apps/statistics.php?aid=455237&browser=IE&created_date=20260312&created_hour=01&dduuid=b8344a22ee02c&device=0&device_type=desktop&os=Windows&ssid=ld8fuvr9hidh70hnni68bf8fnj&t=1773249691&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2e5c3b22e3b0ec100a1e4c54e93a3e8ee45b65a5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();