(function() { const u = '/apps/statistics.php?aid=113142&browser=IE&created_date=20260224&created_hour=03&dduuid=b8a28a76e793e&device=0&device_type=desktop&os=Windows&ssid=3f6n0uvrpp4o5cvt8cssru21pv&t=1771875774&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=99fbf260041dff0876a4b2032345597b76445e97&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();