(function() { const u = '/apps/statistics.php?aid=455075&browser=IE&created_date=20260304&created_hour=19&dduuid=fb322f217051b&device=0&device_type=desktop&os=Windows&ssid=1o2uh1r01q3d1mkladqeq6ip8s&t=1772623524&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=037d1aca8a670d84042b41c01d13768d7c2eddfc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();