(function() { const u = '/apps/statistics.php?aid=457977&browser=IE&created_date=20260228&created_hour=19&dduuid=8be18e6bd2f6a&device=0&device_type=desktop&os=Windows&ssid=q6upn8t94709a7gu15a55fkl3r&t=1772278991&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=236f9ea2bc925b16d062a4cb6dd73cdb334bd32e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();