(function() { const u = '/apps/statistics.php?aid=18&browser=IE&created_date=20260303&created_hour=10&dduuid=3e835f67ea907&device=0&device_type=desktop&os=Windows&ssid=tknmo46ek8l4cqkum2r9nn78d9&t=1772503722&typeid=4&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bfc4e746078879c15865afc70498a361eee25d5b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();