(function() { const u = '/apps/statistics.php?aid=455120&browser=IE&created_date=20260306&created_hour=03&dduuid=ce815f593e450&device=0&device_type=desktop&os=Windows&ssid=dlpfg8jvt3rm510ptmh840lilj&t=1772740441&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d60594bb11f8d6b2e52f87ee5ebbdefa1e8bded&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();