(function() { const u = '/apps/statistics.php?aid=17988&browser=IE&created_date=20260316&created_hour=20&dduuid=1a8b14c259da7&device=0&device_type=desktop&os=Windows&ssid=g2u0fr3epq5gilo39hn57lff5g&t=1773664197&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c25191c546048935c1d2bfbaa3567a1b2387d108&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();