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