(function() { const u = '/apps/statistics.php?aid=21154&browser=IE&created_date=20260119&created_hour=07&dduuid=9cf0976c51043&device=0&device_type=desktop&os=Windows&ssid=l7q47s182tl5qpadlu8dfce9hq&t=1768779105&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f94b973f682d0911083bbe73edb6b3d93d461943&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();