(function() { const u = '/apps/statistics.php?aid=437753&browser=IE&created_date=20260112&created_hour=12&dduuid=0eb6bf8d65f11&device=0&device_type=desktop&os=Windows&ssid=7equhcfqc74n1eji7brflnoqr1&t=1768192941&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f43fff4fbe47cfd4a03d3aa6678df33f0de226c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();