(function() { const u = '/apps/statistics.php?aid=420176&browser=IE&created_date=20260105&created_hour=21&dduuid=0635247056182&device=0&device_type=desktop&os=Windows&ssid=31nk0atu4ns2pmkbc2k2t63r7p&t=1767620412&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80eb0aeab476be8d5f85739f650eb548921423a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();