(function() { const u = '/apps/statistics.php?aid=450671&browser=IE&created_date=20260307&created_hour=14&dduuid=e5ab67ada644c&device=0&device_type=desktop&os=Windows&ssid=a4l1rtctmqbd9rbvo32u33mqdp&t=1772865599&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c65e44e6e7648c52d5845bb937f3a3bf3a868681&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();