(function() { const u = '/apps/statistics.php?aid=98561&browser=IE&created_date=20260303&created_hour=12&dduuid=bd43aabd45932&device=0&device_type=desktop&os=Windows&ssid=q6mtuah9ulqgfehnaf1lnq99ah&t=1772512832&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=41fda6a2f044e57f49df87f8f3fecc49fc66a7e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();