(function() { const u = '/apps/statistics.php?aid=442583&browser=IE&created_date=20260224&created_hour=02&dduuid=655a399ae98e2&device=0&device_type=desktop&os=Windows&ssid=fg4u57cnrqfl0697ouqced6mrd&t=1771871334&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c10d4e56e803f95d09e9c9ebb85019261377bef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();