(function() { const u = '/apps/statistics.php?aid=412181&browser=IE&created_date=20260119&created_hour=22&dduuid=208205ff2001b&device=0&device_type=desktop&os=Windows&ssid=s1g7urbvfijvotl7r6alli58jh&t=1768834157&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46ac5316baedee850bd90f54d0d4fd1d616d3691&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();