(function() { const u = '/apps/statistics.php?aid=375534&browser=IE&created_date=20260305&created_hour=10&dduuid=bcbde028d993a&device=0&device_type=desktop&os=Windows&ssid=6av3ectnhdlpua246bddhvu819&t=1772678013&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e6f85430781e35bfbb3abdf778910d75f6d2d8c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();