(function() { const u = '/apps/statistics.php?aid=439983&browser=IE&created_date=20260310&created_hour=19&dduuid=57adfa809e78e&device=0&device_type=desktop&os=Windows&ssid=1s2qfb7ad2erd4va2edqo504ss&t=1773142539&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b9939d43fe480cc9f04eaf4e707d842089e5abf5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();