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