(function() { const u = '/apps/statistics.php?aid=16109&browser=IE&created_date=20260312&created_hour=08&dduuid=8152cfe439955&device=0&device_type=desktop&os=Windows&ssid=vb759s01ke7gj8r5m4ua2ov94o&t=1773273779&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19efff976e5a9aa6a73722a7b62ca188b7524a9b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();