(function() { const u = '/apps/statistics.php?aid=444052&browser=IE&created_date=20251223&created_hour=10&dduuid=357e5d3fd4746&device=0&device_type=desktop&os=Windows&ssid=1to0s53t8enac45iinv9tgmh32&t=1766456096&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=132c9249878e186cea896d89e65f7540eddbf048&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();