(function() { const u = '/apps/statistics.php?aid=208530&browser=IE&created_date=20251231&created_hour=15&dduuid=d0adc6ba25821&device=0&device_type=desktop&os=Windows&ssid=b7ji0iepk4gs3fri9rl5uppsfc&t=1767167218&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4f0c0dcbf0cc02ede11302fd62aaebb8a75234d3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();