(function() { const u = '/apps/statistics.php?aid=4748&browser=IE&created_date=20260315&created_hour=01&dduuid=de4be5d258d06&device=0&device_type=desktop&os=Windows&ssid=a3q9l0hqoehke5jteveo99eqlu&t=1773508342&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f7cf701740f78c8b1634473fd58dd27000820a63&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();