(function() { const u = '/apps/statistics.php?aid=298157&browser=IE&created_date=20251222&created_hour=09&dduuid=ea66d0ce96010&device=0&device_type=desktop&os=Windows&ssid=j7830c1bg3r7gc50927d24sdmn&t=1766368066&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7ec8ef59b70e38b69287956ade62fb177a6d808a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();