(function() { const u = '/apps/statistics.php?aid=209510&browser=IE&created_date=20251227&created_hour=06&dduuid=5a70fd44e8fc4&device=0&device_type=desktop&os=Windows&ssid=grmi01k8ts4ursscp906c4qgna&t=1766789780&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=13f0ce2f5550e58736b6a696424cc462931b458a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();