(function() { const u = '/apps/statistics.php?aid=442561&browser=IE&created_date=20260313&created_hour=05&dduuid=9210d093eddb3&device=0&device_type=desktop&os=Windows&ssid=pthl9dnn9ljda2o34q5f8h1kb2&t=1773352761&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=073279c41d83bcb4bc7a7bfbe17281e6e785ba80&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();