(function() { const u = '/apps/statistics.php?aid=437008&browser=IE&created_date=20251229&created_hour=06&dduuid=656f23a18f1d2&device=0&device_type=desktop&os=Windows&ssid=d512s34ais5lv0obl0etk9fl3m&t=1766960085&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f475b0e7049f96961cfee2c32413b3aacb97786&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();