(function() { const u = '/apps/statistics.php?aid=454881&browser=IE&created_date=20260304&created_hour=00&dduuid=a15143a7b67cb&device=0&device_type=desktop&os=Windows&ssid=1qi2nar6bos5f5qfvgeefcmf7o&t=1772556321&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fa42b9179905f7eb3cb87167e75c632fce29b15a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();