(function() { const u = '/apps/statistics.php?aid=460107&browser=IE&created_date=20260312&created_hour=21&dduuid=cab914b45abf3&device=0&device_type=desktop&os=Windows&ssid=rpgu8ad80j9sdca0enph394kp8&t=1773322420&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4f7bde269f9be78d5f3bd016f299588fe875bc5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();