(function() { const u = '/apps/statistics.php?aid=375481&browser=IE&created_date=20260224&created_hour=18&dduuid=4ae78109fd330&device=0&device_type=desktop&os=Windows&ssid=q8220k2ak9673h1u5ugiti8cu0&t=1771927247&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f866aadd8549aca19ed4a6aee18fdf9d7faaf5b2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();