(function() { const u = '/apps/statistics.php?aid=14682&browser=IE&created_date=20251220&created_hour=03&dduuid=49fd3e54b0209&device=0&device_type=desktop&os=Windows&ssid=il0cejf2trotlnnp09eng4dtac&t=1766171632&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7d5085b0f60cadbbe6891487461f5631a5e42ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();