(function() { const u = '/apps/statistics.php?aid=385037&browser=IE&created_date=20251220&created_hour=01&dduuid=2c5155b47d356&device=0&device_type=desktop&os=Windows&ssid=o03iq1c2f2m68qi5l8l7lmgf7q&t=1766165808&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=907f5535996ea891be455b995d0fc24108ca30e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();