(function() { const u = '/apps/statistics.php?aid=454496&browser=IE&created_date=20260307&created_hour=19&dduuid=2ea755f59ef76&device=0&device_type=desktop&os=Windows&ssid=j9vgmntnsqe0hnjvjt9enlnd36&t=1772883970&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05f71caea93041c8ee330f5c01085af9e60834c8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();