(function() { const u = '/apps/statistics.php?aid=444974&browser=IE&created_date=20260315&created_hour=22&dduuid=244f26c05a29c&device=0&device_type=desktop&os=Windows&ssid=s10g4a1m717ljbnvn3nsnoft6b&t=1773586676&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b25b49f43b84310a32e6fd8bb80a56c8092ef496&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();