(function() { const u = '/apps/statistics.php?aid=17&browser=IE&created_date=20260131&created_hour=15&dduuid=b86eda6781d19&device=0&device_type=desktop&os=Windows&ssid=f8335bgrc94on8lumoff801v0s&t=1769843893&typeid=4&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=49cc24ff3f56b9824e623c4d629f0914c9822043&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();