(function() { const u = '/apps/statistics.php?aid=35942&browser=IE&created_date=20251219&created_hour=03&dduuid=58ad00848a00b&device=0&device_type=desktop&os=Windows&ssid=l8adk6n54jeiq2l3ptmps7tm4p&t=1766084474&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d0b7318f5ef28549a484369e3f071e77d14b9e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();