(function() { const u = '/apps/statistics.php?aid=396936&browser=IE&created_date=20260308&created_hour=16&dduuid=21989eaab0c05&device=0&device_type=desktop&os=Windows&ssid=deh0pspl8hnecsimv5rlnm9s4n&t=1772959307&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=02a7a6945bd62a1532d95ccdf1392766f4d1ce07&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();