(function() { const u = '/apps/statistics.php?aid=451566&browser=IE&created_date=20260313&created_hour=04&dduuid=a95dc860489c8&device=0&device_type=desktop&os=Windows&ssid=st7oc496cnp0fibenkhm7sk6ri&t=1773347412&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1c7d76533aa2119965e4abc1de5dda22fe2eef79&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();