(function() { const u = '/apps/statistics.php?aid=454547&browser=IE&created_date=20260313&created_hour=02&dduuid=b107d28395af7&device=0&device_type=desktop&os=Windows&ssid=7hutpa5fguko38et6s9mvatp6o&t=1773341979&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=784db779739088eae5760791bc8b00d176380b88&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();