(function() { const u = '/apps/statistics.php?aid=454823&browser=IE&created_date=20260307&created_hour=11&dduuid=ade13c5355224&device=0&device_type=desktop&os=Windows&ssid=lf5i4e8cp9d2lc7214en4vo447&t=1772853228&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=03dcdeb7ce64777409c1fc0955457459c01f279a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();