(function() { const u = '/apps/statistics.php?aid=21149&browser=IE&created_date=20260119&created_hour=07&dduuid=5ff112658454e&device=0&device_type=desktop&os=Windows&ssid=67nds06oqvkpsdh91hq02p4mhe&t=1768779057&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eafe986fd80b12093a31523e9af0c27e3fbde268&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();