(function() { const u = '/apps/statistics.php?aid=210132&browser=IE&created_date=20260224&created_hour=06&dduuid=18c3def53a1ab&device=0&device_type=desktop&os=Windows&ssid=hdllpoefpnf7km08ostqtkf9tk&t=1771885925&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9388d93f55ec42af13f73a7e74b15ea6d64c9083&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();