(function() { const u = '/apps/statistics.php?aid=445352&browser=IE&created_date=20260312&created_hour=10&dduuid=f830c4fe9a3f7&device=0&device_type=desktop&os=Windows&ssid=trpvhb29qm0k7brv68lp6bad63&t=1773281197&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e33880453005eb7def546d0b37d0508ee81a24d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();