(function() { const u = '/apps/statistics.php?aid=456341&browser=IE&created_date=20260226&created_hour=19&dduuid=1528a93797541&device=0&device_type=desktop&os=Windows&ssid=b14cu8vp2v6cl5cno530ehugqs&t=1772105958&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f21626f09c433948e3001adb9787d5659d2cc5a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();