(function() { const u = '/apps/statistics.php?aid=451868&browser=IE&created_date=20260311&created_hour=07&dduuid=70ba95399885c&device=0&device_type=desktop&os=Windows&ssid=u2al3g9nh5g8a1h4ricalo2nk5&t=1773184611&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e112e2846049c2281e24175a4f213ef52977cc3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();