(function() { const u = '/apps/statistics.php?aid=113218&browser=IE&created_date=20260226&created_hour=22&dduuid=f6f6e9d934344&device=0&device_type=desktop&os=Windows&ssid=9ahsrn6hqar8uj3k4jmd3o3k3k&t=1772116714&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6525565e34ce1764f752fd0bd2cf26c133c0a937&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();