(function() { const u = '/apps/statistics.php?aid=206956&browser=IE&created_date=20251225&created_hour=08&dduuid=b54124514aaae&device=0&device_type=desktop&os=Windows&ssid=up5ib8gp48p159mudr1rlun0ij&t=1766623696&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4eccd1df9aeeaa344e92aa25ebd18e8e194b3254&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();