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