(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260223&created_hour=18&dduuid=0ed9d99ab386a&device=0&device_type=desktop&os=Windows&ssid=a1pobdipvs5q2uec1eln305kmp&t=1771840971&typeid=15&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b253d3c13ff00a98ef8a266db30ff0ed6defae49&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();