(function() { const u = '/apps/statistics.php?aid=435646&browser=IE&created_date=20251230&created_hour=18&dduuid=410b9b36c9522&device=0&device_type=desktop&os=Windows&ssid=c5610m5t70ieirg5himdclvlpd&t=1767091637&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58377734def953c769ed0c8c03826d1fce0d9b5c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();