(function() { const u = '/apps/statistics.php?aid=447429&browser=IE&created_date=20260310&created_hour=20&dduuid=d3df8ec68e62e&device=0&device_type=desktop&os=Windows&ssid=p38ektu25q7cfu0nh4gru5u49r&t=1773147008&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=81e1fbb0f8a6c535a68620577b5ca0535954939f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();