(function() { const u = '/apps/statistics.php?aid=79872&browser=IE&created_date=20260303&created_hour=20&dduuid=a7a2aed617fb1&device=0&device_type=desktop&os=Windows&ssid=0fv8l8jrcctktrs02iqq8lbvv7&t=1772541004&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9ec83ae2e3fa26a8c8b1bfa9157203f853283e91&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();