(function() { const u = '/apps/statistics.php?aid=405450&browser=IE&created_date=20251222&created_hour=11&dduuid=13d1e8429f49a&device=0&device_type=desktop&os=Windows&ssid=a4ojbdq4b8ba5u7tklveqn3m9j&t=1766374842&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58c893af376ccefb0fa64136ee68a11bc86ca2de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();