(function() { const u = '/apps/statistics.php?aid=453776&browser=IE&created_date=20260310&created_hour=14&dduuid=af47b2f7cefc2&device=0&device_type=desktop&os=Windows&ssid=ka036eagtnofrnlcdo34k3po3a&t=1773123644&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a1a682596e593489c22cd0b0e2485f3e2d7d84c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();