(function() { const u = '/apps/statistics.php?aid=442181&browser=IE&created_date=20260310&created_hour=11&dduuid=ccab88719f9b3&device=0&device_type=desktop&os=Windows&ssid=bp4ch0j3ctsmf4mcp0h5os8cdh&t=1773112203&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3927310d19fdddc31ae31db13fcf48e82e6d882e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();