(function() { const u = '/apps/statistics.php?aid=407109&browser=IE&created_date=20260114&created_hour=10&dduuid=908466e61246e&device=0&device_type=desktop&os=Windows&ssid=s2qf4fk00aspnvnn5c5er9u7ep&t=1768356581&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05c1536a60d2fc1a12769919c56dd34508b7cf9e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();