(function() { const u = '/apps/statistics.php?aid=432584&browser=IE&created_date=20260114&created_hour=12&dduuid=61b510983a2d5&device=0&device_type=desktop&os=Windows&ssid=50ddt5ot8hrd6c80ieddhkcd06&t=1768366461&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7091a5889e7ead9398a803824f883332153a999a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();