(function() { const u = '/apps/statistics.php?aid=414520&browser=IE&created_date=20260118&created_hour=10&dduuid=f33562a13320f&device=0&device_type=desktop&os=Windows&ssid=7paqmts0ku24eim2j625dq4i4t&t=1768704114&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6cb7820f4122595a1a45ea6591153a955ca9328&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();