(function() { const u = '/apps/statistics.php?aid=455141&browser=IE&created_date=20260304&created_hour=17&dduuid=3a0bc9bd9164f&device=0&device_type=desktop&os=Windows&ssid=9njdl4dbg05so866hi2h8tfi6q&t=1772614856&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d22302247a715f13e565b41d89bf37ec6bf264f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();