(function() { const u = '/apps/statistics.php?aid=432962&browser=IE&created_date=20251228&created_hour=21&dduuid=db64ddf13fd35&device=0&device_type=desktop&os=Windows&ssid=19vpa6pibf5osm8gat1qlir3pt&t=1766929904&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d72e4f3dd3462ea1befe3f03d66de5f624edf81&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();