(function() { const u = '/apps/statistics.php?aid=448531&browser=IE&created_date=20260114&created_hour=18&dduuid=0a1dd100c98f8&device=0&device_type=desktop&os=Windows&ssid=ips9senmabeopl8qg9l8q8jtbp&t=1768384885&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=92d7b20b39ab7d4bad3a1b23c2e0755c4786a2c1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();