(function() { const u = '/apps/statistics.php?aid=421584&browser=IE&created_date=20260311&created_hour=22&dduuid=1c501ab918651&device=0&device_type=desktop&os=Windows&ssid=1ah6mim85p1vmpshabqbmhpdr4&t=1773238186&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3197a1ac96ff0934e5f3326c427afbba12ddd838&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();