(function() { const u = '/apps/statistics.php?aid=441169&browser=IE&created_date=20251129&created_hour=17&dduuid=a1e86fdadb791&device=0&device_type=desktop&os=Windows&ssid=8ofnjs1vjhg84teesjb5q16s95&t=1764406856&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea7837e26959809ee0ac242b8dc9719fb715dd28&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();