(function() { const u = '/apps/statistics.php?aid=408666&browser=IE&created_date=20260121&created_hour=20&dduuid=18fbc2a812160&device=0&device_type=desktop&os=Windows&ssid=c62fv90mgrkl3v9pi5ls416289&t=1768997171&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cccc39222b74d9311de40cae23f610258055e53b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();