(function() { const u = '/apps/statistics.php?aid=442178&browser=IE&created_date=20260313&created_hour=20&dduuid=681e8fab3eb62&device=0&device_type=desktop&os=Windows&ssid=7tl18vsr6hsapgre94le9hjr4m&t=1773403303&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45e28b6b36bb8c9af849e2e96d855ffeefd5a50d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();