(function() { const u = '/apps/statistics.php?aid=398460&browser=IE&created_date=20260304&created_hour=22&dduuid=f57be8accfc2a&device=0&device_type=desktop&os=Windows&ssid=3108ecldom174fsm1gu2om5mh0&t=1772632955&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=63e41a31dbe2f822be7810329c672656105a5786&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();