(function() { const u = '/apps/statistics.php?aid=401596&browser=IE&created_date=20260127&created_hour=11&dduuid=2ce98852e23b4&device=0&device_type=desktop&os=Windows&ssid=d3b2hh10g8qhrb7j2cp2bo54t0&t=1769483342&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e4d65be7c0800a556f1389706d69d854a8e9622&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();