(function() { const u = '/apps/statistics.php?aid=424041&browser=IE&created_date=20260129&created_hour=01&dduuid=af6e9770f528d&device=0&device_type=desktop&os=Windows&ssid=rm3jhf2mle774c0d35qt3t5h7o&t=1769622982&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e09e49ab774ca4fc543402bda081c9447d256d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();