(function() { const u = '/apps/statistics.php?aid=425048&browser=IE&created_date=20260311&created_hour=18&dduuid=12183af25f5b0&device=0&device_type=desktop&os=Windows&ssid=mb0j4na2rcci7fr3r0upfvoetp&t=1773225616&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=debb431c4ba74f9ae6b1a7739a2c1122bdb69cf7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();