(function() { const u = '/apps/statistics.php?aid=113100&browser=IE&created_date=20260313&created_hour=05&dduuid=9871f7669a0fe&device=0&device_type=desktop&os=Windows&ssid=1huhe3pads7l04k9qqqj3l5f5m&t=1773352481&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc3fb38eb682e444ec9c0fa328bfdf8fc6c417f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();