(function() { const u = '/apps/statistics.php?aid=409523&browser=IE&created_date=20260227&created_hour=12&dduuid=5521b052952c1&device=0&device_type=desktop&os=Windows&ssid=qoch1r3nni4rc41jedue9o8ebj&t=1772164834&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d602f2012d51b171dd98a4c8a86499e03ef171ab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();