(function() { const u = '/apps/statistics.php?aid=446898&browser=IE&created_date=20260122&created_hour=09&dduuid=61e1b0176fb3e&device=0&device_type=desktop&os=Windows&ssid=hdei8octedg4gqn6o0cd63r1he&t=1769044003&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e177465bb18102d955f081dfbd572e3b6e1fe10d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();