(function() { const u = '/apps/statistics.php?aid=455593&browser=IE&created_date=20260305&created_hour=13&dduuid=00ff0305b8390&device=0&device_type=desktop&os=Windows&ssid=sotntfbu8lhlt8kp84g6puoau7&t=1772687252&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=21cf4f3e78e9909edc0529ca70992b6c200dbdbd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();