(function() { const u = '/apps/statistics.php?aid=344515&browser=IE&created_date=20260313&created_hour=10&dduuid=f49b85d793e53&device=0&device_type=desktop&os=Windows&ssid=89c7cdsch48ge0ma2lfb37s3ri&t=1773368913&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4d4f0c5b5b72ad0e1038fd15a95b3c79ed90974&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();