(function() { const u = '/apps/statistics.php?aid=293407&browser=IE&created_date=20260204&created_hour=10&dduuid=89f7b223d0af6&device=0&device_type=desktop&os=Windows&ssid=7s34nsgjlt59h1830n10ssaamh&t=1770171791&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5579875f6689f970ce54fd355aa9a88e8927b39&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();