(function() { const u = '/apps/statistics.php?aid=425639&browser=IE&created_date=20260126&created_hour=05&dduuid=aae55a295680d&device=0&device_type=desktop&os=Windows&ssid=otoud6c5190huhrlmct4oglto5&t=1769377925&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=534d6b3c8dd304561042d654138ab8e3ab51e1d2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();