(function() { const u = '/apps/statistics.php?aid=448469&browser=IE&created_date=20260122&created_hour=14&dduuid=029ca4c58bbd0&device=0&device_type=desktop&os=Windows&ssid=rq7hfmh7aebqjpqd915ugnotcs&t=1769063091&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=257217dd15d52ae63d84b23f59518e4e54ec9a1d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();