(function() { const u = '/apps/statistics.php?aid=164412&browser=IE&created_date=20260304&created_hour=11&dduuid=06777fc4521a7&device=0&device_type=desktop&os=Windows&ssid=nvqtqqfhrj9p0d02pi3hgpu9t8&t=1772594594&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f7ada213d81d03cb58677e08a7908ff724451a60&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();