(function() { const u = '/apps/statistics.php?aid=435154&browser=IE&created_date=20251227&created_hour=23&dduuid=4f234d251d42c&device=0&device_type=desktop&os=Windows&ssid=qelpdgim67agk65b72rqbddlbs&t=1766850918&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aace278e371306e4a77f9478637110da488cf917&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();