(function() { const u = '/apps/statistics.php?aid=418671&browser=IE&created_date=20260115&created_hour=10&dduuid=49c48a17efb60&device=0&device_type=desktop&os=Windows&ssid=3e044ohpsc8los8ggl895gst9o&t=1768443648&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2094a0b34027de97abb69d56d0089ddfc087f8cb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();