(function() { const u = '/apps/statistics.php?aid=372&browser=IE&created_date=20260124&created_hour=03&dduuid=e4f7dfac0ebf2&device=0&device_type=desktop&os=Windows&ssid=p2vmju6lmd3r8c8m1f56o2k4fm&t=1769196256&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db889112341c4b2c6ec2fb01139c9e5c19c4cb5f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();