(function() { const u = '/apps/statistics.php?aid=207509&browser=IE&created_date=20260113&created_hour=11&dduuid=79f49171a7e4d&device=0&device_type=desktop&os=Windows&ssid=fedls0pnbdio54bvphikfnc9jr&t=1768275616&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a41fddd74bdbdc61e96ed66a4dabda288235e44&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();