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