(function() { const u = '/apps/statistics.php?aid=411664&browser=IE&created_date=20260307&created_hour=21&dduuid=1debdb4acfb11&device=0&device_type=desktop&os=Windows&ssid=uo1p8gbehekc3uonu4lne8o4um&t=1772890282&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=232453617402e4f0c32f0992ffa96930f8cd6d8e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();